| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ILIAS\Wiki\Navigation\ImportantPage:Public Member Functions | |
| __construct (int $id, int $order, int $indent) | |
| getId () | |
| getOrder () | |
| getIndent () | |
Protected Attributes | |
| int | $id | 
| int | $order | 
| int | $indent | 
Wiki page.
Definition at line 26 of file ImportantPage.php.
| ILIAS\Wiki\Navigation\ImportantPage::__construct | ( | int | $id, | 
| int | $order, | ||
| int | $indent | ||
| ) | 
Definition at line 32 of file ImportantPage.php.
References ILIAS\Wiki\Navigation\ImportantPage\$id, ILIAS\Wiki\Navigation\ImportantPage\$indent, and ILIAS\Wiki\Navigation\ImportantPage\$order.
| ILIAS\Wiki\Navigation\ImportantPage::getId | ( | ) | 
Definition at line 42 of file ImportantPage.php.
References ILIAS\Wiki\Navigation\ImportantPage\$id.
| ILIAS\Wiki\Navigation\ImportantPage::getIndent | ( | ) | 
Definition at line 50 of file ImportantPage.php.
References ILIAS\Wiki\Navigation\ImportantPage\$indent.
| ILIAS\Wiki\Navigation\ImportantPage::getOrder | ( | ) | 
Definition at line 46 of file ImportantPage.php.
References ILIAS\Wiki\Navigation\ImportantPage\$order.
      
  | 
  protected | 
Definition at line 28 of file ImportantPage.php.
Referenced by ILIAS\Wiki\Navigation\ImportantPage\__construct(), and ILIAS\Wiki\Navigation\ImportantPage\getId().
      
  | 
  protected | 
Definition at line 30 of file ImportantPage.php.
Referenced by ILIAS\Wiki\Navigation\ImportantPage\__construct(), and ILIAS\Wiki\Navigation\ImportantPage\getIndent().
      
  | 
  protected | 
Definition at line 29 of file ImportantPage.php.
Referenced by ILIAS\Wiki\Navigation\ImportantPage\__construct(), and ILIAS\Wiki\Navigation\ImportantPage\getOrder().