PhpParser\PrettyPrinter\Standard::pScalar_MagicConst_Function PHP 메소드

pScalar_MagicConst_Function() 보호된 메소드

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