PhpParser\PrettyPrinter\Standard::pConst PHP Method

pConst() protected method

protected pConst ( PhpParser\Node\Const_ $node )
$node PhpParser\Node\Const_
    protected function pConst(Node\Const_ $node) {
        return $node->name . ' = ' . $this->p($node->value);
    }
Standard