\SearchPlusPage

Synopsis

class SearchPlusPage extends Page {
  • // members
  • private static string $add_action = 'Search Plus Page';
  • private static boolean $can_be_root = true;
  • private static string $icon = 'searchplus/images/treeicons/SearchPlusPage';
  • private static array $db = ;
  • private static array $has_many = ;
  • private static integer $result_length = 10;
}

Hierarchy

Extends

  • Page

Members

private

  • $add_action
  • $can_be_root
  • $db
  • $has_many
  • $icon
  • $result_length

Methods