| 1 | <?php |
||
| 17 | class Resource |
||
| 18 | extends MagicResource |
||
| 19 | implements Interfaces\ResourceInterface |
||
| 20 | { |
||
| 21 | protected static $allowed = []; |
||
| 22 | |||
| 23 | protected static $mandatory = []; |
||
| 24 | |||
| 25 | protected static $defaults = []; |
||
| 26 | |||
| 27 | public static function mandatory() |
||
| 31 | |||
| 32 | public static function allowed() |
||
| 36 | |||
| 37 | public static function allowedValues() |
||
| 41 | |||
| 42 | public static function rules() |
||
| 46 | |||
| 47 | public static function defaults() |
||
| 51 | |||
| 52 | public function applyConfiguration( |
||
| 60 | |||
| 61 | public static function fromConfiguration( |
||
| 77 | } |
||
| 78 |