Your IP : 216.73.217.13


Current Path : /var/www/magento.test.indacotrentino.com/www/vendor/rector/rector/src/Enum/
Upload File :
Current File : /var/www/magento.test.indacotrentino.com/www/vendor/rector/rector/src/Enum/ObjectReference.php

<?php

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

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