mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-10-01 08:46:55 +02:00
cs Facade
This commit is contained in:
14
Facade/OsInterface.php
Normal file
14
Facade/OsInterface.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace DesignPatterns\Facade;
|
||||
|
||||
/**
|
||||
* Class OsInterface
|
||||
*/
|
||||
interface OsInterface
|
||||
{
|
||||
/**
|
||||
* halt the OS
|
||||
*/
|
||||
public function halt();
|
||||
}
|
Reference in New Issue
Block a user