PhpParser\PrettyPrinter\Standard::pStmt_Throw PHP Method

pStmt_Throw() protected method

protected pStmt_Throw ( PhpParser\Node\Stmt\Throw_ $node )
$node PhpParser\Node\Stmt\Throw_
    protected function pStmt_Throw(Stmt\Throw_ $node) {
        return 'throw ' . $this->p($node->expr) . ';';
    }
Standard