Пример #1
0
 public function parse($input)
 {
     $result = $this->preParser->parse($input);
     $result = $this->postParser->parse($result);
     return new Arguments($result);
 }