ErrLock PHP Framework
0.1
|
Public Member Functions | |
input (Message $request) | |
Process a Message and send it to the View. More... | |
setView (View $view) | |
Set View. More... | |
![]() | |
__call (string $name, array $args) | |
Call to inaccessible method. More... | |
__get (string $name) | |
Getter for inaccessible properties. More... | |
__set (string $name, $value) | |
Setter for inaccessible properties. More... | |
Protected Member Functions | |
output (Message $reply) | |
Sends a Message to the View. More... | |
|
abstract |
Process a Message and send it to the View.
[in] | EPF::Message | $request |
|
protected |