PhpParser\PrettyPrinter\Standard::pScalar_MagicConst_Function PHP Method

pScalar_MagicConst_Function() protected method

protected pScalar_MagicConst_Function ( PhpParser\Node\Scalar\MagicConst\Function_ $node )
$node PhpParser\Node\Scalar\MagicConst\Function_
    protected function pScalar_MagicConst_Function(MagicConst\Function_ $node) {
        return '__FUNCTION__';
    }
Standard