@@ -290,7 +290,7 @@ |
||
290 | 290 | * Set service manager instance |
291 | 291 | * |
292 | 292 | * @param ServiceManager $serviceManager |
293 | - * @return User |
|
293 | + * @return Clients |
|
294 | 294 | */ |
295 | 295 | public function setServiceManager(ServiceManager $serviceManager) |
296 | 296 | { |
@@ -50,7 +50,7 @@ |
||
50 | 50 | * |
51 | 51 | * @param array $data |
52 | 52 | * @param boolean $forceEncryptPassword |
53 | - * @return \Admin\Entity\User |
|
53 | + * @return User |
|
54 | 54 | */ |
55 | 55 | public function exchangeArray($data = array(), $forceEncryptPassword = false) |
56 | 56 | { |
@@ -373,7 +373,7 @@ |
||
373 | 373 | * Set service manager instance |
374 | 374 | * |
375 | 375 | * @param ServiceManager $serviceManager |
376 | - * @return User |
|
376 | + * @return UserProfile |
|
377 | 377 | */ |
378 | 378 | public function setServiceManager(ServiceManager $serviceManager) |
379 | 379 | { |
@@ -66,7 +66,7 @@ |
||
66 | 66 | * Set authService. |
67 | 67 | * |
68 | 68 | * @param AuthenticationService $authService |
69 | - * @return \ZfcUser\View\Helper\ZfcUserIdentity |
|
69 | + * @return Isallowed |
|
70 | 70 | */ |
71 | 71 | public function setAuthService(AuthenticationService $authService) |
72 | 72 | { |
@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | * __invoke |
29 | 29 | * |
30 | 30 | * @access public |
31 | - * @return \ZfcUser\Entity\UserInterface |
|
31 | + * @return boolean |
|
32 | 32 | */ |
33 | 33 | public function __invoke( $resource ) |
34 | 34 | { |
@@ -66,7 +66,7 @@ discard block |
||
66 | 66 | * Set authService. |
67 | 67 | * |
68 | 68 | * @param AuthenticationService $authService |
69 | - * @return \ZfcUser\View\Helper\ZfcUserIdentity |
|
69 | + * @return Isdenied |
|
70 | 70 | */ |
71 | 71 | public function setAuthService(AuthenticationService $authService) |
72 | 72 | { |
@@ -51,7 +51,6 @@ |
||
51 | 51 | * set a single toolbar items for a specific action |
52 | 52 | * |
53 | 53 | * @param array|\Zend\Mvc\AbstractPage $action |
54 | - * @param string $title |
|
55 | 54 | * @return self |
56 | 55 | */ |
57 | 56 | public function setToolbarItem($action, $item) |
@@ -57,9 +57,9 @@ |
||
57 | 57 | /** |
58 | 58 | * return translated content |
59 | 59 | * |
60 | - * @param string $translator |
|
61 | 60 | * @param string $textdomain |
62 | 61 | * @param string $locale |
62 | + * @param string $message |
|
63 | 63 | * @return string |
64 | 64 | */ |
65 | 65 | public function translate($message, $textdomain = 'default', $locale = null) |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * |
13 | 13 | * @param ServiceLocatorInterface $serviceLocator |
14 | 14 | * |
15 | - * @return mixed |
|
15 | + * @return IndexController |
|
16 | 16 | */ |
17 | 17 | public function createService(ServiceLocatorInterface $serviceLocator) |
18 | 18 | { |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * |
13 | 13 | * @param ServiceLocatorInterface $serviceLocator |
14 | 14 | * |
15 | - * @return mixed |
|
15 | + * @return SetupController |
|
16 | 16 | */ |
17 | 17 | public function createService(ServiceLocatorInterface $serviceLocator) |
18 | 18 | { |