@@ -41,6 +41,9 @@ discard block |
||
41 | 41 | Requirements::javascript(FRAMEWORK_ADMIN_DIR . '/client/dist/js/vendor.js'); |
42 | 42 | } |
43 | 43 | |
44 | + /** |
|
45 | + * @param string $action |
|
46 | + */ |
|
44 | 47 | public function Link($action = null) |
45 | 48 | { |
46 | 49 | /** @skipUpgrade */ |
@@ -60,6 +63,9 @@ discard block |
||
60 | 63 | return null; |
61 | 64 | } |
62 | 65 | |
66 | + /** |
|
67 | + * @param string $title |
|
68 | + */ |
|
63 | 69 | public function getResponseController($title) |
64 | 70 | { |
65 | 71 | // Use $this to prevent use of Page to render underlying templates |
@@ -140,7 +140,7 @@ |
||
140 | 140 | * @param string $mode clean mode |
141 | 141 | * @param array $tags array of tags |
142 | 142 | * @throws Zend_Cache_Exception |
143 | - * @return boolean true if no problem |
|
143 | + * @return boolean|null true if no problem |
|
144 | 144 | */ |
145 | 145 | public function clean($mode = Zend_Cache::CLEANING_MODE_ALL, $tags = array()) |
146 | 146 | { |