| 1 | <?php |
||
| 11 | class classmetadata extends base_metadata |
||
| 12 | { |
||
| 13 | public $midgard = array( |
||
| 14 | 'parent' => null, |
||
| 15 | 'parentfield' => null, |
||
| 16 | 'upfield' => null, |
||
| 17 | 'unique_fields' => array(), |
||
| 18 | 'childtypes' => array(), |
||
| 19 | 'field_aliases' => array() |
||
| 20 | ); |
||
| 21 | |||
| 22 | public function __sleep() |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @param boolean $metadata Return metadata properties instead |
||
| 31 | * @return string[] |
||
| 32 | */ |
||
| 33 | public function get_schema_properties($metadata = false) |
||
| 53 | } |
||
| 54 |