1 | <?php |
||
9 | class Model_Base extends \WPLib_Model_Base { |
||
10 | |||
11 | /** |
||
12 | * @param $property |
||
13 | * |
||
14 | * @return bool |
||
15 | */ |
||
16 | 1 | protected function _has( $property ) { |
|
27 | |||
28 | /** |
||
29 | * @param string $method_name |
||
30 | * @param array $args |
||
31 | * |
||
32 | * @return null|mixed |
||
33 | */ |
||
34 | 1 | function __call( $method_name, $args ) { |
|
47 | |||
48 | } |
||
49 |