|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Blog\Posting\Posting: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::__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::getAuthor | ( | ) |
Definition at line 58 of file class.Posting.php.
Referenced by ILIAS\Blog\Posting\PostingDBRepository\create().
Here is the caller graph for this function:| ILIAS\Blog\Posting\Posting::getBlogId | ( | ) |
Definition at line 43 of file class.Posting.php.
Referenced by ILIAS\Blog\Posting\PostingDBRepository\create().
Here is the caller graph for this function:| ILIAS\Blog\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().
Here is the caller graph for this function:| ILIAS\Blog\Posting\Posting::getId | ( | ) |
Definition at line 38 of file class.Posting.php.
References $id.
Referenced by ILIAS\Blog\Posting\PostingDBRepository\update().
Here is the caller graph for this function:| ILIAS\Blog\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().
Here is the caller graph for this function:| ILIAS\Blog\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().
Here is the caller graph for this function:| ILIAS\Blog\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().
Here is the caller graph for this function: