| 1 | <?php |
||
| 17 | class Resource |
||
| 18 | extends MagicResource |
||
| 19 | implements Interfaces\ResourceInterface |
||
| 20 | { |
||
| 21 | protected static $allowed = []; |
||
| 22 | |||
| 23 | public static function mandatory() |
||
| 27 | |||
| 28 | public static function allowed() |
||
| 32 | |||
| 33 | public static function allowedValues() |
||
| 37 | |||
| 38 | public static function rules() |
||
| 42 | |||
| 43 | public function applyConfiguration( |
||
| 49 | |||
| 50 | public static function fromConfiguration( |
||
| 66 | } |
||
| 67 |