| 1 | <?php |
||
| 19 | class _Not extends _Combined { |
||
| 20 | /** |
||
| 21 | * @var Predicate |
||
| 22 | */ |
||
| 23 | protected $predicate; |
||
| 24 | |||
| 25 | 10 | public function __construct(Predicate $predicate) { |
|
| 28 | |||
| 29 | /** |
||
| 30 | * @inheritdocs |
||
| 31 | */ |
||
| 32 | 8 | public function compile() { |
|
| 38 | |||
| 39 | /** |
||
| 40 | * @inheritdocs |
||
| 41 | */ |
||
| 42 | 8 | public function for_types($existing_types) { |
|
| 47 | } |
||
| 48 |