made ZapHandler library
This commit is contained in:
parent
d185a26f87
commit
b276ac7f6a
6 changed files with 34 additions and 3 deletions
12
lib/ZAPHandler.interface.php
Normal file
12
lib/ZAPHandler.interface.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
/**
|
||||
* Interface for ZAP mode handlers.
|
||||
* All ZAP handler classes must implement this interface.
|
||||
*/
|
||||
interface ZAPHandler {
|
||||
/**
|
||||
* Renders and returns the content for this mode.
|
||||
* @return string
|
||||
*/
|
||||
public function getContent();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue