PhpParser\PrettyPrinter\Standard::pStmt_Const PHP Method

pStmt_Const() protected method

protected pStmt_Const ( PhpParser\Node\Stmt\Const_ $node )
$node PhpParser\Node\Stmt\Const_
    protected function pStmt_Const(Stmt\Const_ $node) {
        return 'const ' . $this->pCommaSeparated($node->consts) . ';';
    }
Standard