@@ -18,7 +18,6 @@ |
||
18 | 18 | /** |
19 | 19 | * Emit a signal. |
20 | 20 | * |
21 | - * @param mixed $mVar [, string $... ] |
|
22 | 21 | * @return string |
23 | 22 | */ |
24 | 23 | public static function emit() |
@@ -37,6 +37,7 @@ |
||
37 | 37 | /** |
38 | 38 | * Checks Ads Table. |
39 | 39 | * |
40 | + * @param string $sTable |
|
40 | 41 | * @return string|void Returns the table name if it is correct, nothing otherwise. |
41 | 42 | * |
42 | 43 | * @throws \PH7\Framework\Error\CException\PH7InvalidArgumentException If the table is not valid. |
@@ -19,6 +19,9 @@ |
||
19 | 19 | |
20 | 20 | private $oUserModel; |
21 | 21 | |
22 | + /** |
|
23 | + * @param string|null $sTable |
|
24 | + */ |
|
22 | 25 | public function __construct($sTable) |
23 | 26 | { |
24 | 27 | parent::__construct(); |