File manager - Edit - /home/palg2351/public_html/wp-content/plugins/sejoli/third-parties/illuminate/contracts/Foundation/MaintenanceMode.php
Back
<?php namespace Illuminate\Contracts\Foundation; interface MaintenanceMode { /** * Take the application down for maintenance. * * @param array $payload * @return void */ public function activate(array $payload): void; /** * Take the application out of maintenance. * * @return void */ public function deactivate(): void; /** * Determine if the application is currently down for maintenance. * * @return bool */ public function active(): bool; /** * Get the data array which was provided when the application was placed into maintenance. * * @return array */ public function data(): array; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.3 |
proxy
|
phpinfo
|
Settings