Viewing File: /usr/local/cpanel/share/wappspector/vendor/rector/rector/src/Enum/ObjectReference.php

<?php

declare (strict_types=1);
namespace Rector\Enum;

final class ObjectReference
{
    /**
     * @var string
     */
    public const SELF = 'self';
    /**
     * @var string
     */
    public const PARENT = 'parent';
    /**
     * @var string
     */
    public const STATIC = 'static';
}
Back to Directory File Manager