ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
getTopPk () | |
setTopPk (int $top_pk) | |
getTopFrmFk () | |
setTopFrmFk (int $top_frm_fk) | |
getTopName () | |
setTopName (string $top_name) | |
getTopDescription () | |
setTopDescription (string $top_description) | |
getTopNumPosts () | |
setTopNumPosts (int $top_num_posts) | |
getTopNumThreads () | |
setTopNumThreads (int $top_num_threads) | |
getTopLastPost () | |
setTopLastPost (?string $top_last_post) | |
getTopMods () | |
setTopMods (int $top_mods) | |
getTopDate () | |
setTopDate (?string $top_date) | |
getVisits () | |
setVisits (int $visits) | |
getTopUpdate () | |
setTopUpdate (?string $top_update) | |
getUpdateUser () | |
setUpdateUser (int $update_user) | |
getTopUsrId () | |
setTopUsrId (int $top_usr_id) | |
Static Public Member Functions | |
static | getInstanceFromArray (array $record) |
static | getEmptyInstance () |
Private Attributes | |
int | $top_pk |
int | $top_frm_fk |
string | $top_name |
string | $top_description |
int | $top_num_posts |
int | $top_num_threads |
string | $top_last_post = null |
int | $top_mods |
string | $top_date = null |
int | $visits |
string | $top_update = null |
int | $update_user |
int | $top_usr_id |
Definition at line 21 of file class.ForumDto.php.
|
static |
Definition at line 188 of file class.ForumDto.php.
Referenced by ilForum\getOneTopic().
|
static |
Definition at line 167 of file class.ForumDto.php.
Referenced by ilForum\getOneTopic().
ForumDto::getTopDate | ( | ) |
ForumDto::getTopDescription | ( | ) |
Definition at line 67 of file class.ForumDto.php.
References $top_description.
ForumDto::getTopFrmFk | ( | ) |
ForumDto::getTopLastPost | ( | ) |
Definition at line 97 of file class.ForumDto.php.
References $top_last_post.
ForumDto::getTopMods | ( | ) |
ForumDto::getTopName | ( | ) |
ForumDto::getTopNumPosts | ( | ) |
ForumDto::getTopNumThreads | ( | ) |
Definition at line 87 of file class.ForumDto.php.
References $top_num_threads.
Referenced by ilObjForumGUI\renderThreadOverview().
ForumDto::getTopPk | ( | ) |
ForumDto::getTopUpdate | ( | ) |
Definition at line 137 of file class.ForumDto.php.
References $top_update.
ForumDto::getTopUsrId | ( | ) |
ForumDto::getUpdateUser | ( | ) |
ForumDto::getVisits | ( | ) |
ForumDto::setTopDate | ( | ?string | $top_date | ) |
Definition at line 122 of file class.ForumDto.php.
References $top_date.
ForumDto::setTopDescription | ( | string | $top_description | ) |
Definition at line 72 of file class.ForumDto.php.
References $top_description.
ForumDto::setTopFrmFk | ( | int | $top_frm_fk | ) |
Definition at line 52 of file class.ForumDto.php.
References $top_frm_fk.
ForumDto::setTopLastPost | ( | ?string | $top_last_post | ) |
Definition at line 102 of file class.ForumDto.php.
References $top_last_post.
ForumDto::setTopMods | ( | int | $top_mods | ) |
Definition at line 112 of file class.ForumDto.php.
References $top_mods.
ForumDto::setTopName | ( | string | $top_name | ) |
Definition at line 62 of file class.ForumDto.php.
References $top_name.
ForumDto::setTopNumPosts | ( | int | $top_num_posts | ) |
Definition at line 82 of file class.ForumDto.php.
References $top_num_posts.
ForumDto::setTopNumThreads | ( | int | $top_num_threads | ) |
Definition at line 92 of file class.ForumDto.php.
References $top_num_threads.
ForumDto::setTopPk | ( | int | $top_pk | ) |
Definition at line 42 of file class.ForumDto.php.
References $top_pk.
ForumDto::setTopUpdate | ( | ?string | $top_update | ) |
Definition at line 142 of file class.ForumDto.php.
References $top_update.
ForumDto::setTopUsrId | ( | int | $top_usr_id | ) |
Definition at line 162 of file class.ForumDto.php.
References $top_usr_id.
ForumDto::setUpdateUser | ( | int | $update_user | ) |
Definition at line 152 of file class.ForumDto.php.
References $update_user.
ForumDto::setVisits | ( | int | $visits | ) |
Definition at line 132 of file class.ForumDto.php.
References $visits.
|
private |
Definition at line 31 of file class.ForumDto.php.
Referenced by getTopDate(), and setTopDate().
|
private |
Definition at line 26 of file class.ForumDto.php.
Referenced by getTopDescription(), and setTopDescription().
|
private |
Definition at line 24 of file class.ForumDto.php.
Referenced by getTopFrmFk(), and setTopFrmFk().
|
private |
Definition at line 29 of file class.ForumDto.php.
Referenced by getTopLastPost(), and setTopLastPost().
|
private |
Definition at line 30 of file class.ForumDto.php.
Referenced by getTopMods(), and setTopMods().
|
private |
Definition at line 25 of file class.ForumDto.php.
Referenced by getTopName(), and setTopName().
|
private |
Definition at line 27 of file class.ForumDto.php.
Referenced by getTopNumPosts(), and setTopNumPosts().
|
private |
Definition at line 28 of file class.ForumDto.php.
Referenced by getTopNumThreads(), and setTopNumThreads().
|
private |
Definition at line 23 of file class.ForumDto.php.
Referenced by getTopPk(), and setTopPk().
|
private |
Definition at line 33 of file class.ForumDto.php.
Referenced by getTopUpdate(), and setTopUpdate().
|
private |
Definition at line 35 of file class.ForumDto.php.
Referenced by getTopUsrId(), and setTopUsrId().
|
private |
Definition at line 34 of file class.ForumDto.php.
Referenced by getUpdateUser(), and setUpdateUser().
|
private |
Definition at line 32 of file class.ForumDto.php.
Referenced by getVisits(), and setVisits().