19 declare(strict_types=1);
64 $this->top_name = trim($top_name);
74 $this->top_description = nl2br($top_description);
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']);
setTopLastPost(?string $top_last_post)
setTopDescription(string $top_description)
setTopMods(int $top_mods)
setTopNumThreads(int $top_num_threads)
setUpdateUser(int $update_user)
setTopUpdate(?string $top_update)
setTopName(string $top_name)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static getInstanceFromArray(array $record)
setTopUsrId(int $top_usr_id)
setTopFrmFk(int $top_frm_fk)
static getEmptyInstance()
setTopDate(?string $top_date)
setTopNumPosts(int $top_num_posts)