PHP Classes

File: src/Boot/src/BootloadManager/Methods.php

Recommend this page to a friend!
  Packages of Wolfy-J   spiral   src/Boot/src/BootloadManager/Methods.php   Download  
File: src/Boot/src/BootloadManager/Methods.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: spiral
Modular Web application development framework
Author: By
Last change:
Date: 3 months ago
Size: 193 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

namespace
Spiral\Boot\BootloadManager;

/**
 * @deprecated Will be removed in v4.0
 */
enum Methods: string
{
    case
INIT = 'init';
    case
BOOT = 'boot';
}