1 | <?php |
||
19 | class _Custom extends Predicate { |
||
20 | /** |
||
21 | * @var \Closure |
||
22 | */ |
||
23 | protected $predicate; |
||
24 | |||
25 | 39 | public function __construct(\Closure $predicate) { |
|
28 | |||
29 | /** |
||
30 | * @inheritdocs |
||
31 | */ |
||
32 | 36 | public function compile() { |
|
35 | |||
36 | /** |
||
37 | * @inheritdocs |
||
38 | */ |
||
39 | 17 | public function for_types($existing_types) { |
|
42 | } |
||
43 |