PHPParser_Parser::yyn173 PHP Method

yyn173() protected method

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