@@ -590,7 +590,7 @@ |
||
590 | 590 | /** |
591 | 591 | * Prepare save of content to database |
592 | 592 | * |
593 | - * @param object $form Form object |
|
593 | + * @param \Mos\HTMLForm\CForm $form Form object |
|
594 | 594 | * @param string $oldSlug Old slug for content to compare |
595 | 595 | * @return array $content Prepare content array |
596 | 596 | */ |
@@ -17,7 +17,7 @@ discard block |
||
17 | 17 | * @param int $page Wich page paging are at |
18 | 18 | * @param int $perPage Contents per page |
19 | 19 | * @param boolean $publish If it needs to be publish |
20 | - * @return object With "all" database content data |
|
20 | + * @return \Mos\HTMLForm\CForm With "all" database content data |
|
21 | 21 | */ |
22 | 22 | public function getAllContent($page = null, $perPage = null, $publish = true){ |
23 | 23 | $now = date('Y-m-d H:i:s'); |
@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | * @param string $type Wich type of content ex. blog, page etc. |
59 | 59 | * @param int $page Wich page paging are at |
60 | 60 | * @param int $perPage Contents per page |
61 | - * @return object With "all" database content data |
|
61 | + * @return \Mos\HTMLForm\CForm With "all" database content data |
|
62 | 62 | */ |
63 | 63 | public function getAllContentOfType($type, $page = null, $perPage = null, $publish = true){ |
64 | 64 | $now = date('Y-m-d H:i:s'); |