ErrLock PHP Framework  0.1
Public Member Functions | Protected Member Functions | List of all members
EPF\Model Class Reference

Model. More...

Inheritance diagram for EPF\Model:
Inheritance graph
[legend]

Public Member Functions

 input (Message $request)
 Process a Message and send it to the View. More...
 
 setView (View $view)
 Set View. More...
 
- Public Member Functions inherited from EPF\StdClass
 __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...
 

Detailed Description

Model.

Member Function Documentation

◆ input()

EPF\Model::input ( Message  $request)
abstract

Process a Message and send it to the View.

Parameters
[in]EPF::Message$request

◆ output()

EPF\Model::output ( Message  $reply)
protected

Sends a Message to the View.

Parameters
[in]EPF::Message$reply
Exceptions
EPF::Error

◆ setView()

EPF\Model::setView ( View  $view)

Set View.

Parameters
[in]EPF::View$view

The documentation for this class was generated from the following file: