| 1 | <?php |
||
| 19 | class Chain extends ChainPlugin |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @var string |
||
| 23 | */ |
||
| 24 | protected $default_search = ''; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param string $default_search |
||
| 28 | */ |
||
| 29 | 3 | public function __construct($default_search = '') |
|
| 33 | |||
| 34 | /** |
||
| 35 | * @return SearchInterface|null |
||
| 36 | */ |
||
| 37 | 3 | public function getDafeultPlugin() |
|
| 41 | } |
||
| 42 |