Definition at line 21 of file class.ForumDto.php.
◆ getEmptyInstance()
static ForumDto::getEmptyInstance |
( |
| ) |
|
|
static |
◆ getInstanceFromArray()
static ForumDto::getInstanceFromArray |
( |
array |
$record | ) |
|
|
static |
Definition at line 167 of file class.ForumDto.php.
Referenced by ilForum\getOneTopic().
169 $instance =
new self();
171 $instance->setTopPk((
int) $record[
'top_pk']);
172 $instance->setTopFrmFk((
int) $record[
'top_frm_fk']);
173 $instance->setTopName((
string) $record[
'top_name']);
174 $instance->setTopDescription((
string) $record[
'top_description']);
175 $instance->setTopNumPosts((
int) $record[
'top_num_posts']);
176 $instance->setTopNumThreads((
int) $record[
'top_num_threads']);
177 $instance->setTopLastPost($record[
'top_last_post']);
178 $instance->setTopMods((
int) $record[
'top_mods']);
179 $instance->setTopDate($record[
'top_date']);
180 $instance->setVisits((
int) $record[
'visits']);
181 $instance->setTopUpdate($record[
'top_update']);
182 $instance->setUpdateUser((
int) $record[
'update_user']);
183 $instance->setTopUsrId((
int) $record[
'top_usr_id']);
◆ getTopDate()
◆ getTopDescription()
ForumDto::getTopDescription |
( |
| ) |
|
◆ getTopFrmFk()
ForumDto::getTopFrmFk |
( |
| ) |
|
◆ getTopLastPost()
ForumDto::getTopLastPost |
( |
| ) |
|
◆ getTopMods()
◆ getTopName()
◆ getTopNumPosts()
ForumDto::getTopNumPosts |
( |
| ) |
|
◆ getTopNumThreads()
ForumDto::getTopNumThreads |
( |
| ) |
|
◆ getTopPk()
◆ getTopUpdate()
ForumDto::getTopUpdate |
( |
| ) |
|
◆ getTopUsrId()
ForumDto::getTopUsrId |
( |
| ) |
|
◆ getUpdateUser()
ForumDto::getUpdateUser |
( |
| ) |
|
◆ getVisits()
◆ setTopDate()
ForumDto::setTopDate |
( |
?string |
$top_date | ) |
|
◆ setTopDescription()
ForumDto::setTopDescription |
( |
string |
$top_description | ) |
|
◆ setTopFrmFk()
ForumDto::setTopFrmFk |
( |
int |
$top_frm_fk | ) |
|
◆ setTopLastPost()
ForumDto::setTopLastPost |
( |
?string |
$top_last_post | ) |
|
◆ setTopMods()
ForumDto::setTopMods |
( |
int |
$top_mods | ) |
|
◆ setTopName()
ForumDto::setTopName |
( |
string |
$top_name | ) |
|
◆ setTopNumPosts()
ForumDto::setTopNumPosts |
( |
int |
$top_num_posts | ) |
|
◆ setTopNumThreads()
ForumDto::setTopNumThreads |
( |
int |
$top_num_threads | ) |
|
◆ setTopPk()
ForumDto::setTopPk |
( |
int |
$top_pk | ) |
|
◆ setTopUpdate()
ForumDto::setTopUpdate |
( |
?string |
$top_update | ) |
|
◆ setTopUsrId()
ForumDto::setTopUsrId |
( |
int |
$top_usr_id | ) |
|
◆ setUpdateUser()
ForumDto::setUpdateUser |
( |
int |
$update_user | ) |
|
◆ setVisits()
ForumDto::setVisits |
( |
int |
$visits | ) |
|
◆ $top_date
string ForumDto::$top_date = null |
|
private |
◆ $top_description
string ForumDto::$top_description |
|
private |
◆ $top_frm_fk
int ForumDto::$top_frm_fk |
|
private |
◆ $top_last_post
string ForumDto::$top_last_post = null |
|
private |
◆ $top_mods
◆ $top_name
string ForumDto::$top_name |
|
private |
◆ $top_num_posts
int ForumDto::$top_num_posts |
|
private |
◆ $top_num_threads
int ForumDto::$top_num_threads |
|
private |
◆ $top_pk
◆ $top_update
string ForumDto::$top_update = null |
|
private |
◆ $top_usr_id
int ForumDto::$top_usr_id |
|
private |
◆ $update_user
int ForumDto::$update_user |
|
private |
◆ $visits
The documentation for this class was generated from the following file: