@@ -109,7 +109,7 @@ discard block |
||
109 | 109 | * |
110 | 110 | * @param integer $id Id for specific item |
111 | 111 | * |
112 | - * @return array |
|
112 | + * @return TodoItem |
|
113 | 113 | */ |
114 | 114 | public function getItem($id = 0) |
115 | 115 | { |
@@ -124,7 +124,7 @@ discard block |
||
124 | 124 | * |
125 | 125 | * @deprecated |
126 | 126 | * |
127 | - * @return array |
|
127 | + * @return TodoItem |
|
128 | 128 | */ |
129 | 129 | private function loadItem($id = 0) |
130 | 130 | { |
@@ -87,7 +87,7 @@ |
||
87 | 87 | * @param integer $product_id Product to remove |
88 | 88 | * @param integer $quantity How many should be removed |
89 | 89 | * |
90 | - * @return boelean |
|
90 | + * @return boolean |
|
91 | 91 | */ |
92 | 92 | public function remove($product_id, $quantity = 1) |
93 | 93 | { |
@@ -112,6 +112,9 @@ |
||
112 | 112 | return true; |
113 | 113 | } |
114 | 114 | |
115 | + /** |
|
116 | + * @param Struct $input |
|
117 | + */ |
|
115 | 118 | function validate($input) |
116 | 119 | { |
117 | 120 | $validator = new Intraface_Validator($this->error); |
@@ -27,10 +27,10 @@ |
||
27 | 27 | } |
28 | 28 | |
29 | 29 | /** |
30 | - * @param string $headline Headline |
|
31 | - * @param object $keyword Keyword object |
|
30 | + * @param FakeFeaturedProductsKeyword $keyword Keyword object |
|
31 | + * @param string $description |
|
32 | 32 | * |
33 | - * @return integer |
|
33 | + * @return boolean |
|
34 | 34 | */ |
35 | 35 | function add($description, $keyword) |
36 | 36 | { |
@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | /** |
54 | 54 | * Construktor |
55 | 55 | * |
56 | - * @param object $kernel Kernel object |
|
56 | + * @param Intraface_Kernel $kernel Kernel object |
|
57 | 57 | * @param string $session_id Unikt session id |
58 | 58 | * |
59 | 59 | * @return void |
@@ -79,7 +79,7 @@ discard block |
||
79 | 79 | /** |
80 | 80 | * Convenience method to create the basket |
81 | 81 | * |
82 | - * @return object |
|
82 | + * @return Basket |
|
83 | 83 | */ |
84 | 84 | private function createBasket() |
85 | 85 | { |
@@ -325,9 +325,9 @@ discard block |
||
325 | 325 | * @param integer $order_id |
326 | 326 | * @param integer $transaction_number |
327 | 327 | * @param integer $transaction_status |
328 | - * @param float $transaction_amount |
|
328 | + * @param integer $amount |
|
329 | 329 | * |
330 | - * @return boolean |
|
330 | + * @return integer |
|
331 | 331 | */ |
332 | 332 | public function addOnlinePayment($order_id, $transaction_number, $transaction_status, $amount) |
333 | 333 | { |
@@ -142,7 +142,7 @@ discard block |
||
142 | 142 | /** |
143 | 143 | * Creates a redirect object on the go page |
144 | 144 | * |
145 | - * @param object $kernel kernel |
|
145 | + * @param FakeRedirectKernel $kernel kernel |
|
146 | 146 | * @param string $query_variable the variable used in the querystring for going to the redirect page |
147 | 147 | * @param string $query_return_variable the variable used in the querystring when returning from the redirect page. |
148 | 148 | * |
@@ -191,7 +191,7 @@ discard block |
||
191 | 191 | * @param string $query_variable the variable used in the querystring for going to the redirect page |
192 | 192 | * @param string $query_return_variable the variable used in the querystring when returning from the redirect page. |
193 | 193 | * |
194 | - * @return object |
|
194 | + * @return string |
|
195 | 195 | */ |
196 | 196 | static function factory($kernel, $type, $query_variable = 'redirect_id', $query_return_variable = 'return_redirect_id') |
197 | 197 | { |
@@ -115,6 +115,7 @@ |
||
115 | 115 | * @param string $type Can be either system, intranet, user |
116 | 116 | * @param string $setting The actual setting |
117 | 117 | * @param integer $sub_id @todo What is this exactly |
118 | + * @param integer $value |
|
118 | 119 | * |
119 | 120 | * @return boolean |
120 | 121 | */ |
@@ -272,7 +272,7 @@ |
||
272 | 272 | /** |
273 | 273 | * Adds keyword to object |
274 | 274 | * |
275 | - * @param integer $keyword_id |
|
275 | + * @param integer $keyword |
|
276 | 276 | * |
277 | 277 | * @return boolean |
278 | 278 | */ |
@@ -104,7 +104,7 @@ discard block |
||
104 | 104 | /** |
105 | 105 | * Load |
106 | 106 | * |
107 | - * @return void |
|
107 | + * @return integer |
|
108 | 108 | */ |
109 | 109 | protected function load() |
110 | 110 | { |
@@ -256,7 +256,7 @@ discard block |
||
256 | 256 | * @param integer $module |
257 | 257 | * @param integer $intranet_id |
258 | 258 | * |
259 | - * @return integer |
|
259 | + * @return boolean |
|
260 | 260 | */ |
261 | 261 | public function hasModuleAccess($module, $intranet_id = 0) |
262 | 262 | { |
@@ -459,6 +459,7 @@ discard block |
||
459 | 459 | /** |
460 | 460 | * Sets active intranet_id |
461 | 461 | * |
462 | + * @param integer $id |
|
462 | 463 | * @return boolean |
463 | 464 | */ |
464 | 465 | public function setActiveIntranetId($id) |
@@ -500,7 +501,7 @@ discard block |
||
500 | 501 | * |
501 | 502 | * @param array $input |
502 | 503 | * |
503 | - * @return boolean |
|
504 | + * @return boolean|null |
|
504 | 505 | */ |
505 | 506 | protected function validate(&$input) |
506 | 507 | { |
@@ -553,6 +554,9 @@ discard block |
||
553 | 554 | return true; |
554 | 555 | } |
555 | 556 | |
557 | + /** |
|
558 | + * @param string $email |
|
559 | + */ |
|
556 | 560 | function generateNewPassword($email) |
557 | 561 | { |
558 | 562 | if (!Validate::email($email)) { |