PhpParser\PrettyPrinter\Standard::pStmt_Label PHP Method

pStmt_Label() protected method

protected pStmt_Label ( PhpParser\Node\Stmt\Label $node )
$node PhpParser\Node\Stmt\Label
    protected function pStmt_Label(Stmt\Label $node) {
        return $node->name . ':';
    }
Standard