| 1 | <?php  | 
            ||
| 20 | class In extends Property { | 
            ||
| 21 | static private $relations = ["contained in"];  | 
            ||
| 22 | |||
| 23 | /**  | 
            ||
| 24 | * @inheritdocs  | 
            ||
| 25 | */  | 
            ||
| 26 | 29 |     public function name() { | 
            |
| 29 | |||
| 30 | /**  | 
            ||
| 31 | * @inheritdocs  | 
            ||
| 32 | */  | 
            ||
| 33 | 29 |     public function parse_as() { | 
            |
| 36 | |||
| 37 | /**  | 
            ||
| 38 | * @inheritdocs  | 
            ||
| 39 | */  | 
            ||
| 40 | 1 |     public function fetch_arguments(ArgumentParser $parser) { | 
            |
| 44 | |||
| 45 | /**  | 
            ||
| 46 | * @inheritdocs  | 
            ||
| 47 | */  | 
            ||
| 48 | 8 |     public function arguments_are_valid(array &$arguments) { | 
            |
| 54 | |||
| 55 | /**  | 
            ||
| 56 | * @inheritdocs  | 
            ||
| 57 | */  | 
            ||
| 58 | 7 |     public function compile(array &$arguments) { | 
            |
| 72 | }  | 
            ||
| 73 |