File manager - Edit - /home/acsexpp/www/wp-content/plugins/kadence-blocks/includes/resources/Shutdown/Contracts/Terminable.php
Back
<?php declare( strict_types=1 ); namespace KadenceWP\KadenceBlocks\Shutdown\Contracts; use KadenceWP\KadenceBlocks\Shutdown\Shutdown_Provider; /** * Any class that utilizes the Shutdown Handler to perform * a task should implement this contract and be added to * the collection. * * @see Shutdown_Provider::register() */ interface Terminable { /** * Perform a task on shutdown. * * @action shutdown * * @return void */ public function terminate(): void; }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings