ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (int $id, string $lang, string $title, int $last_change_user, string $last_change, int $create_user, string $created, int $view_cnt, int $old_nr) | |
getId () | |
getTitle () | |
getLanguage () | |
getLastChangedUser () | |
getLastChange () | |
getCreateUser () | |
getCreated () | |
getViewCnt () | |
getOldNr () | |
Protected Attributes | |
int | $old_nr |
int | $id |
string | $title |
string | $lang = "-" |
int | $last_change_user |
string | $last_change |
int | $create_user |
int | $view_cnt |
string | $created |
Wiki page info.
Definition at line 26 of file PageInfo.php.
ILIAS\Wiki\Page\PageInfo::__construct | ( | int | $id, |
string | $lang, | ||
string | $title, | ||
int | $last_change_user, | ||
string | $last_change, | ||
int | $create_user, | ||
string | $created, | ||
int | $view_cnt, | ||
int | $old_nr | ||
) |
Definition at line 38 of file PageInfo.php.
References ILIAS\Wiki\Page\PageInfo\$create_user, ILIAS\Wiki\Page\PageInfo\$created, ILIAS\Wiki\Page\PageInfo\$id, ILIAS\Wiki\Page\PageInfo\$lang, ILIAS\Wiki\Page\PageInfo\$last_change, ILIAS\Wiki\Page\PageInfo\$last_change_user, ILIAS\Wiki\Page\PageInfo\$old_nr, ILIAS\Wiki\Page\PageInfo\$title, and ILIAS\Wiki\Page\PageInfo\$view_cnt.
ILIAS\Wiki\Page\PageInfo::getCreated | ( | ) |
ILIAS\Wiki\Page\PageInfo::getCreateUser | ( | ) |
ILIAS\Wiki\Page\PageInfo::getId | ( | ) |
ILIAS\Wiki\Page\PageInfo::getLanguage | ( | ) |
ILIAS\Wiki\Page\PageInfo::getLastChange | ( | ) |
ILIAS\Wiki\Page\PageInfo::getLastChangedUser | ( | ) |
ILIAS\Wiki\Page\PageInfo::getOldNr | ( | ) |
ILIAS\Wiki\Page\PageInfo::getTitle | ( | ) |
ILIAS\Wiki\Page\PageInfo::getViewCnt | ( | ) |
|
protected |
Definition at line 34 of file PageInfo.php.
Referenced by ILIAS\Wiki\Page\PageInfo\__construct(), and ILIAS\Wiki\Page\PageInfo\getCreateUser().
|
protected |
Definition at line 36 of file PageInfo.php.
Referenced by ILIAS\Wiki\Page\PageInfo\__construct(), and ILIAS\Wiki\Page\PageInfo\getCreated().
|
protected |
Definition at line 29 of file PageInfo.php.
Referenced by ILIAS\Wiki\Page\PageInfo\__construct(), and ILIAS\Wiki\Page\PageInfo\getId().
|
protected |
Definition at line 31 of file PageInfo.php.
Referenced by ILIAS\Wiki\Page\PageInfo\__construct(), and ILIAS\Wiki\Page\PageInfo\getLanguage().
|
protected |
Definition at line 33 of file PageInfo.php.
Referenced by ILIAS\Wiki\Page\PageInfo\__construct(), and ILIAS\Wiki\Page\PageInfo\getLastChange().
|
protected |
Definition at line 32 of file PageInfo.php.
Referenced by ILIAS\Wiki\Page\PageInfo\__construct(), and ILIAS\Wiki\Page\PageInfo\getLastChangedUser().
|
protected |
Definition at line 28 of file PageInfo.php.
Referenced by ILIAS\Wiki\Page\PageInfo\__construct(), and ILIAS\Wiki\Page\PageInfo\getOldNr().
|
protected |
Definition at line 30 of file PageInfo.php.
Referenced by ILIAS\Wiki\Page\PageInfo\__construct(), and ILIAS\Wiki\Page\PageInfo\getTitle().
|
protected |
Definition at line 35 of file PageInfo.php.
Referenced by ILIAS\Wiki\Page\PageInfo\__construct(), and ILIAS\Wiki\Page\PageInfo\getViewCnt().