mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-28 07:19:26 +02:00
PHP7 Facade
This commit is contained in:
@@ -2,13 +2,9 @@
|
||||
|
||||
namespace DesignPatterns\Structural\Facade;
|
||||
|
||||
/**
|
||||
* Interface OsInterface.
|
||||
*/
|
||||
interface OsInterface
|
||||
{
|
||||
/**
|
||||
* Halt the OS.
|
||||
*/
|
||||
public function halt();
|
||||
|
||||
public function getName(): string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user