mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 12:10:10 +02:00
cs
This commit is contained in:
@@ -7,7 +7,17 @@ namespace DesignPatterns\Adapter;
|
||||
*/
|
||||
interface EBookInterface
|
||||
{
|
||||
function pressNext();
|
||||
/**
|
||||
* go to next page
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function pressNext();
|
||||
|
||||
function pressStart();
|
||||
}
|
||||
/**
|
||||
* start the book
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function pressStart();
|
||||
}
|
||||
|
Reference in New Issue
Block a user