| 1 | <?php |
||
| 20 | class Name extends Property { |
||
| 21 | /** |
||
| 22 | * @inheritdocs |
||
| 23 | */ |
||
| 24 | 52 | public function name() { |
|
| 27 | |||
| 28 | /** |
||
| 29 | * @inheritdocs |
||
| 30 | */ |
||
| 31 | 6 | public function fetch_arguments(ArgumentParser $parser) { |
|
| 35 | |||
| 36 | /** |
||
| 37 | * @inheritdocs |
||
| 38 | */ |
||
| 39 | 32 | public function arguments_are_valid(array &$arguments) { |
|
| 45 | |||
| 46 | /** |
||
| 47 | * @inheritdocs |
||
| 48 | */ |
||
| 49 | 26 | public function compile(PredicateFactory $f, array &$arguments) { |
|
| 53 | } |
||
| 54 |