1 | <?php |
||
19 | class _Not extends _Combined { |
||
20 | /** |
||
21 | * @var Predicate |
||
22 | */ |
||
23 | protected $predicate; |
||
24 | |||
25 | 22 | public function __construct(Predicate $predicate) { |
|
28 | |||
29 | /** |
||
30 | * @inheritdocs |
||
31 | */ |
||
32 | public function _compile() { |
||
38 | |||
39 | /** |
||
40 | * @inheritdocs |
||
41 | */ |
||
42 | 19 | public function compile_to_source(array &$custom_closures) { |
|
47 | |||
48 | /** |
||
49 | * @inheritdocs |
||
50 | */ |
||
51 | 19 | public function for_types(array $existing_types) { |
|
56 | } |
||
57 |