@@ -16,18 +16,18 @@ discard block |
||
| 16 | 16 | */ |
| 17 | 17 | protected static $instance; |
| 18 | 18 | |
| 19 | - /** |
|
| 20 | - * The container's bound services. |
|
| 21 | - * |
|
| 22 | - * @var array |
|
| 23 | - */ |
|
| 19 | + /** |
|
| 20 | + * The container's bound services. |
|
| 21 | + * |
|
| 22 | + * @var array |
|
| 23 | + */ |
|
| 24 | 24 | protected $services = []; |
| 25 | 25 | |
| 26 | - /** |
|
| 27 | - * The container's bucket items |
|
| 28 | - * |
|
| 29 | - * @var array |
|
| 30 | - */ |
|
| 26 | + /** |
|
| 27 | + * The container's bucket items |
|
| 28 | + * |
|
| 29 | + * @var array |
|
| 30 | + */ |
|
| 31 | 31 | protected $bucket = []; |
| 32 | 32 | |
| 33 | 33 | /** |
@@ -123,10 +123,10 @@ discard block |
||
| 123 | 123 | } |
| 124 | 124 | |
| 125 | 125 | /** |
| 126 | - * Register a Provider. |
|
| 127 | - * |
|
| 128 | - * @return void |
|
| 129 | - */ |
|
| 126 | + * Register a Provider. |
|
| 127 | + * |
|
| 128 | + * @return void |
|
| 129 | + */ |
|
| 130 | 130 | public function register( $provider ) |
| 131 | 131 | { |
| 132 | 132 | $provider->register( $this ); |
@@ -84,6 +84,7 @@ |
||
| 84 | 84 | abstract public function filter(); |
| 85 | 85 | |
| 86 | 86 | /** |
| 87 | + * @param boolean $bool |
|
| 87 | 88 | * @return bool |
| 88 | 89 | * @filter rwmb_show |
| 89 | 90 | */ |
@@ -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 ); |