コード例 #1
0
ファイル: StringInput.php プロジェクト: hason/phpcr-shell
 /**
  * Do not validate if the command is a query
  *
  * {@inheritDoc}
  */
 protected function parse()
 {
     if (false === $this->isQuery()) {
         return parent::parse();
     }
 }