@@ -114,6 +114,9 @@ |
||
| 114 | 114 | ); |
| 115 | 115 | } |
| 116 | 116 | |
| 117 | + /** |
|
| 118 | + * @param integer $userId |
|
| 119 | + */ |
|
| 117 | 120 | private function getUser($userId) |
| 118 | 121 | { |
| 119 | 122 | try { |
@@ -240,7 +240,7 @@ |
||
| 240 | 240 | |
| 241 | 241 | /** |
| 242 | 242 | * @param string $contentTypeIdentifier |
| 243 | - * @param array $collectedFields |
|
| 243 | + * @param \EzSystems\RepositoryForms\Data\Content\FieldData[] $collectedFields |
|
| 244 | 244 | * |
| 245 | 245 | * @return BinaryFile[] |
| 246 | 246 | */ |
@@ -123,6 +123,10 @@ |
||
| 123 | 123 | } |
| 124 | 124 | } |
| 125 | 125 | |
| 126 | + /** |
|
| 127 | + * @param integer $contentId |
|
| 128 | + * @param string $searchText |
|
| 129 | + */ |
|
| 126 | 130 | public function search($contentId, $searchText) |
| 127 | 131 | { |
| 128 | 132 | $searchText = mb_strtolower($searchText); |
@@ -142,6 +142,9 @@ |
||
| 142 | 142 | ->getResult(); |
| 143 | 143 | } |
| 144 | 144 | |
| 145 | + /** |
|
| 146 | + * @param integer $contentId |
|
| 147 | + */ |
|
| 145 | 148 | public function getChildrenCount($contentId) |
| 146 | 149 | { |
| 147 | 150 | try { |