Файловый менеджер - Редактировать - /home/avadvi5/calendar.aeronextgen.com/davis/vendor/doctrine/migrations/src/Version/State.php
Ðазад
<?php declare(strict_types=1); namespace Doctrine\Migrations\Version; /** * The State class contains constants for the different states a migration can be in during execution. * * @internal */ final class State { public const NONE = 0; public const PRE = 1; public const EXEC = 2; public const POST = 3; public const STATES = [ self::NONE, self::PRE, self::EXEC, self::POST, ]; /** * This class cannot be instantiated. */ private function __construct() { } }
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка