ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (protected InternalDataService $data, protected InternalRepoService $repo, protected InternalDomainService $domain) | |
create (Posting $posting) | |
update (Posting $posting) | |
delete (Posting $posting) | |
getById (int $id) | |
getAllByBlog (int $blog_id, int $limit=1000, int $offset=0) | |
exists (int $blog_id, int $posting_id) | |
lookupBlogId (int $posting_id) | |
deleteAllByBlog (int $blog_id) | |
getLastPost (int $blog_id) | |
searchBlogsByAuthor (int $user_id) | |
Definition at line 28 of file class.PostingManager.php.
ILIAS\Blog\Posting\PostingManager::__construct | ( | protected InternalDataService | $data, |
protected InternalRepoService | $repo, | ||
protected InternalDomainService | $domain | ||
) |
Definition at line 30 of file class.PostingManager.php.
ILIAS\Blog\Posting\PostingManager::create | ( | Posting | $posting | ) |
Definition at line 37 of file class.PostingManager.php.
ILIAS\Blog\Posting\PostingManager::delete | ( | Posting | $posting | ) |
Definition at line 47 of file class.PostingManager.php.
ILIAS\Blog\Posting\PostingManager::deleteAllByBlog | ( | int | $blog_id | ) |
Definition at line 75 of file class.PostingManager.php.
ILIAS\Blog\Posting\PostingManager::exists | ( | int | $blog_id, |
int | $posting_id | ||
) |
Definition at line 65 of file class.PostingManager.php.
ILIAS\Blog\Posting\PostingManager::getAllByBlog | ( | int | $blog_id, |
int | $limit = 1000 , |
||
int | $offset = 0 |
||
) |
Definition at line 60 of file class.PostingManager.php.
ILIAS\Blog\Posting\PostingManager::getById | ( | int | $id | ) |
Definition at line 52 of file class.PostingManager.php.
ILIAS\Blog\Posting\PostingManager::getLastPost | ( | int | $blog_id | ) |
Definition at line 80 of file class.PostingManager.php.
ILIAS\Blog\Posting\PostingManager::lookupBlogId | ( | int | $posting_id | ) |
Definition at line 70 of file class.PostingManager.php.
ILIAS\Blog\Posting\PostingManager::searchBlogsByAuthor | ( | int | $user_id | ) |
Definition at line 85 of file class.PostingManager.php.
ILIAS\Blog\Posting\PostingManager::update | ( | Posting | $posting | ) |
Definition at line 42 of file class.PostingManager.php.