1 | <?php |
||
11 | class Shell implements ShellOperatorInterface |
||
12 | { |
||
13 | protected $value; |
||
14 | |||
15 | public static function op($operator) |
||
20 | |||
21 | public static function preEscaped($value) |
||
25 | |||
26 | public function __construct($value) |
||
30 | |||
31 | public function __toString() |
||
35 | |||
36 | protected static function validateOp($operator) |
||
52 | } |
||
53 |