| 1 | <?php |
||
| 16 | class Resource |
||
| 17 | extends MagicResource |
||
| 18 | implements Interfaces\ResourceInterface |
||
| 19 | { |
||
| 20 | protected static $allowed = []; |
||
| 21 | |||
| 22 | public static function mandatory() |
||
| 26 | |||
| 27 | public static function allowed() |
||
| 31 | |||
| 32 | public static function allowedValues() |
||
| 36 | |||
| 37 | public static function rules() |
||
| 41 | |||
| 42 | public function applyConfiguration( |
||
| 48 | } |
||
| 49 |