PhpParser\PrettyPrinter\Standard::pScalar_MagicConst_Class PHP Method

pScalar_MagicConst_Class() protected method

Magic Constants
protected pScalar_MagicConst_Class ( PhpParser\Node\Scalar\MagicConst\Class_ $node )
$node PhpParser\Node\Scalar\MagicConst\Class_
    protected function pScalar_MagicConst_Class(MagicConst\Class_ $node) {
        return '__CLASS__';
    }
Standard