Sunnysideup\ContactList\ContactListPage

Synopsis

class ContactListPage extends Page {
  • // members
  • private static string $icon = 'contact_list/images/treeicons/ContactListPage';
  • private static string $description = 'Shows a list of contacts';
  • private static string $singular_name = 'Contact List Page';
  • private static string $plural_name = 'Contact List Pages';
  • private static  $contacts_list_cache_key = NULL;
}

Hierarchy

Extends

  • Page

Members

private

  • $contacts_list_cache_key
  • $description — string
  • $icon
  • $plural_name
    standard SS variable
  • $singular_name
    standard SS variable

Methods