@@ -13,6 +13,10 @@ |
||
| 13 | 13 | protected $pollux_hook; |
| 14 | 14 | protected $pollux_id; |
| 15 | 15 | |
| 16 | + /** |
|
| 17 | + * @param string $id |
|
| 18 | + * @param string $hook |
|
| 19 | + */ |
|
| 16 | 20 | public function __construct( $metabox, $id = null, $hook = null ) |
| 17 | 21 | { |
| 18 | 22 | parent::__construct( $metabox ); |
@@ -86,6 +86,7 @@ |
||
| 86 | 86 | abstract public function filter( $name, ...$args ); |
| 87 | 87 | |
| 88 | 88 | /** |
| 89 | + * @param boolean $bool |
|
| 89 | 90 | * @return bool |
| 90 | 91 | * @filter rwmb_show |
| 91 | 92 | */ |