ErrLock PHP Framework
0.1
|
Public Member Functions | |
input (Message $request) | |
Sends the message back to the client. More... | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
output (Message $reply) | |
Sends a Message to the View. More... | |
EPF\Model\Identity::input | ( | Message | $request | ) |
Sends the message back to the client.
[in] | EPF::Message | $request |