| 1 | <?php |
||
| 19 | class _False extends Predicate { |
||
| 20 | /** |
||
| 21 | * @inheritdocs |
||
| 22 | */ |
||
| 23 | public function _compile() { |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @inheritdocs |
||
| 29 | */ |
||
| 30 | 10 | public function compile_to_source(array &$custom_closures) { |
|
| 33 | |||
| 34 | /** |
||
| 35 | * @inheritdocs |
||
| 36 | */ |
||
| 37 | 3 | public function for_types(array $existing_types) { |
|
| 40 | } |
||
| 41 |