PHPParser_Parser::yyn144 PHP Method

yyn144() protected method

protected yyn144 ( $line, $docComment )
    protected function yyn144($line, $docComment)
    {
        $this->yyval = PHPParser_Node_Stmt_Class::MODIFIER_PUBLIC;
    }
PHPParser_Parser