ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\Wiki\Navigation\ImportantPage Class Reference

Wiki page. More...

+ 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
 

Detailed Description

Wiki page.

Definition at line 26 of file ImportantPage.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Wiki\Navigation\ImportantPage::__construct ( int  $id,
int  $order,
int  $indent 
)

Member Function Documentation

◆ getId()

ILIAS\Wiki\Navigation\ImportantPage::getId ( )

Definition at line 42 of file ImportantPage.php.

References ILIAS\Wiki\Navigation\ImportantPage\$id.

42  : int
43  {
44  return $this->id;
45  }

◆ getIndent()

ILIAS\Wiki\Navigation\ImportantPage::getIndent ( )

Definition at line 50 of file ImportantPage.php.

References ILIAS\Wiki\Navigation\ImportantPage\$indent.

50  : int
51  {
52  return $this->indent;
53  }

◆ getOrder()

ILIAS\Wiki\Navigation\ImportantPage::getOrder ( )

Definition at line 46 of file ImportantPage.php.

References ILIAS\Wiki\Navigation\ImportantPage\$order.

46  : int
47  {
48  return $this->order;
49  }

Field Documentation

◆ $id

int ILIAS\Wiki\Navigation\ImportantPage::$id
protected

◆ $indent

int ILIAS\Wiki\Navigation\ImportantPage::$indent
protected

◆ $order

int ILIAS\Wiki\Navigation\ImportantPage::$order
protected

The documentation for this class was generated from the following file: