PhpParser\Parser\Php5::reduceRule144 PHP 메소드

reduceRule144() 보호된 메소드

protected reduceRule144 ( )
    protected function reduceRule144() {
         $this->semValue = new Stmt\InlineHTML($this->semStack[$this->stackPos-(1-1)], $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
    }
Php5