9 lines
69 B
PHP
9 lines
69 B
PHP
<?php
|
|
|
|
namespace Server\SInterface;
|
|
|
|
interface OnBeforeShutdown
|
|
{
|
|
|
|
}
|