@@ -150,7 +150,7 @@ |
||
| 150 | 150 | * $this->proxy($method[, $arg1[, $arg2[, ...]]]); |
| 151 | 151 | * </pre> |
| 152 | 152 | * |
| 153 | - * @param $method |
|
| 153 | + * @param string $method |
|
| 154 | 154 | * |
| 155 | 155 | * @return self|mixed |
| 156 | 156 | */ |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | * |
| 28 | 28 | * @see \Zend\ServiceManager\FactoryInterface::createService() |
| 29 | 29 | * @param ServiceLocatorInterface $serviceLocator |
| 30 | - * @return \Organizations\Repository\Filter\PaginationQuery|mixed |
|
| 30 | + * @return PaginationQuery |
|
| 31 | 31 | */ |
| 32 | 32 | public function createService(ServiceLocatorInterface $serviceLocator) |
| 33 | 33 | { |
@@ -14,6 +14,9 @@ |
||
| 14 | 14 | |
| 15 | 15 | class OrganizationName extends AbstractRepository |
| 16 | 16 | { |
| 17 | + /** |
|
| 18 | + * @param string $name |
|
| 19 | + */ |
|
| 17 | 20 | public function findbyName($name, $create = true) |
| 18 | 21 | { |
| 19 | 22 | $entity = $this->findOneBy(array('name' => $name)); |
@@ -164,7 +164,7 @@ discard block |
||
| 164 | 164 | /** |
| 165 | 165 | * give a summary of all inserted Files, |
| 166 | 166 | * this is for having access to those files in the post-process |
| 167 | - * @param \Core\View\Helper\InsertFile\FileEvent|\Zend\View\ViewEvent $e |
|
| 167 | + * @param FileEvent $e |
|
| 168 | 168 | * @return NULL |
| 169 | 169 | */ |
| 170 | 170 | public function collectFiles(FileEvent $e) |
@@ -313,7 +313,7 @@ discard block |
||
| 313 | 313 | * |
| 314 | 314 | * @param string $name |
| 315 | 315 | * @param \Zend\View\Renderer\RendererInterface $renderer |
| 316 | - * @return string|boolean |
|
| 316 | + * @return string|false |
|
| 317 | 317 | */ |
| 318 | 318 | public function resolve($name, Renderer $renderer = null) |
| 319 | 319 | { |
@@ -50,6 +50,11 @@ discard block |
||
| 50 | 50 | return $this->hydrator; |
| 51 | 51 | } |
| 52 | 52 | |
| 53 | + /** |
|
| 54 | + * @param string $name |
|
| 55 | + * |
|
| 56 | + * @return callable |
|
| 57 | + */ |
|
| 53 | 58 | protected function getPlugin($name) |
| 54 | 59 | { |
| 55 | 60 | $plugin = null; |
@@ -88,5 +93,8 @@ discard block |
||
| 88 | 93 | $this->add($this->forms->get('DefaultButtonsFieldset')); |
| 89 | 94 | } |
| 90 | 95 | |
| 96 | + /** |
|
| 97 | + * @return string |
|
| 98 | + */ |
|
| 91 | 99 | abstract public function getCoreFieldset(); |
| 92 | 100 | } |
@@ -44,7 +44,6 @@ |
||
| 44 | 44 | |
| 45 | 45 | /** |
| 46 | 46 | * the $id for an entity 'setting' is the same as for the entity 'user' |
| 47 | - * @param type $id |
|
| 48 | 47 | */ |
| 49 | 48 | public function getSettingsByUser($user) |
| 50 | 49 | { |
@@ -29,7 +29,6 @@ |
||
| 29 | 29 | * Attach to an event manager |
| 30 | 30 | * |
| 31 | 31 | * @param EventManagerInterface $events |
| 32 | - * @param integer $priority |
|
| 33 | 32 | */ |
| 34 | 33 | public function attach(EventManagerInterface $events) |
| 35 | 34 | { |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | } |
| 35 | 35 | |
| 36 | 36 | /** |
| 37 | - * @return string|\Zend\View\Helper\HelperInterface |
|
| 37 | + * @return string |
|
| 38 | 38 | */ |
| 39 | 39 | public function getViewHelper() |
| 40 | 40 | { |
@@ -29,7 +29,6 @@ |
||
| 29 | 29 | * Attach to an event manager |
| 30 | 30 | * |
| 31 | 31 | * @param EventManagerInterface $events |
| 32 | - * @param integer $priority |
|
| 33 | 32 | */ |
| 34 | 33 | public function attach(EventManagerInterface $events) |
| 35 | 34 | { |