File Manager

Path: /proc/self/root/opt/cpanel/ea-wappspector/vendor/rector/rector/src/Enum/

Viewing File: 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';
}