| 1 | <?php |
||
| 15 | class SimpleParser extends AbstractLineParser |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @var string |
||
| 19 | */ |
||
| 20 | private $pattern; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Constructor. |
||
| 24 | * |
||
| 25 | * @param string $pattern |
||
| 26 | */ |
||
| 27 | 2 | public function __construct($pattern) |
|
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritdoc} |
||
| 34 | */ |
||
| 35 | 2 | protected function getPattern() |
|
| 39 | } |
||
| 40 |