ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
Public Member Functions | |
__construct (protected int $id, protected int $blog_id, protected string $title, protected ilDateTime $created, protected int $author, protected bool $approved, protected ?ilDateTime $last_withdrawn) | |
getId () | |
getBlogId () | |
getTitle () | |
getCreated () | |
getAuthor () | |
isApproved () | |
getLastWithdrawn () | |
Definition at line 25 of file class.Posting.php.
ILIAS\Blog\Posting\Posting\Posting::__construct | ( | protected int | $id, |
protected int | $blog_id, | ||
protected string | $title, | ||
protected ilDateTime | $created, | ||
protected int | $author, | ||
protected bool | $approved, | ||
protected ?ilDateTime | $last_withdrawn | ||
) |
Definition at line 27 of file class.Posting.php.
ILIAS\Blog\Posting\Posting\Posting::getAuthor | ( | ) |
Definition at line 58 of file class.Posting.php.
Referenced by ILIAS\Blog\Posting\PostingDBRepository\create().
ILIAS\Blog\Posting\Posting\Posting::getBlogId | ( | ) |
Definition at line 43 of file class.Posting.php.
Referenced by ILIAS\Blog\Posting\PostingDBRepository\create().
ILIAS\Blog\Posting\Posting\Posting::getCreated | ( | ) |
Definition at line 53 of file class.Posting.php.
Referenced by ILIAS\Blog\Posting\PostingDBRepository\create(), and ILIAS\Blog\Posting\PostingDBRepository\update().
ILIAS\Blog\Posting\Posting\Posting::getId | ( | ) |
Definition at line 38 of file class.Posting.php.
References $id.
Referenced by ILIAS\Blog\Posting\PostingDBRepository\update().
ILIAS\Blog\Posting\Posting\Posting::getLastWithdrawn | ( | ) |
Definition at line 68 of file class.Posting.php.
Referenced by ILIAS\Blog\Posting\PostingDBRepository\create(), and ILIAS\Blog\Posting\PostingDBRepository\update().
ILIAS\Blog\Posting\Posting\Posting::getTitle | ( | ) |
Definition at line 48 of file class.Posting.php.
Referenced by ILIAS\Blog\Posting\PostingDBRepository\create(), and ILIAS\Blog\Posting\PostingDBRepository\update().
ILIAS\Blog\Posting\Posting\Posting::isApproved | ( | ) |
Definition at line 63 of file class.Posting.php.
Referenced by ILIAS\Blog\Posting\PostingDBRepository\create(), and ILIAS\Blog\Posting\PostingDBRepository\update().