PhpParser\PrettyPrinter\Standard::pScalar_MagicConst_File PHP Method

pScalar_MagicConst_File() protected method

protected pScalar_MagicConst_File ( PhpParser\Node\Scalar\MagicConst\File $node )
$node PhpParser\Node\Scalar\MagicConst\File
    protected function pScalar_MagicConst_File(MagicConst\File $node) {
        return '__FILE__';
    }
Standard