Mailinglist
 All Data Structures Files Functions Variables Pages
MailinglistGenericList.inc
Go to the documentation of this file.
1 <?php
11 $plugin = array(
12  'name' => 'Generic List',
13  'description' => 'Generic List Personality Module',
14  'handler' => array(
15  'class' => 'MailinglistGenericList',
16  'parent' => 'MailinglistList'
17  ),
18  'file' => 'MailinglistGenericList.class.php',
19 );
$plugin
Generic List Pluging definition.