PhpParser\PrettyPrinter\Standard::pExpr_ConstFetch PHP Method

pExpr_ConstFetch() protected method

protected pExpr_ConstFetch ( PhpParser\Node\Expr\ConstFetch $node )
$node PhpParser\Node\Expr\ConstFetch
    protected function pExpr_ConstFetch(Expr\ConstFetch $node) {
        return $this->p($node->name);
    }
Standard