PHPParser_Parser::yyn181 PHP Метод

yyn181() защищенный Метод

protected yyn181 ( $line, $docComment )
    protected function yyn181($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Stmt_PropertyProperty(substr($this->yyastk[$this->yysp - (1 - 1)], 1), null, $line, $docComment);
    }
PHPParser_Parser