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

Controller. More...

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

Classes

class  Text
 Text Controller. More...
 

Public Member Functions

 input (Message $request)
 Process a Message and sends the result to the model. More...
 
 setModel (Model $model)
 Set model. 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...
 

Detailed Description

Controller.

Member Function Documentation

◆ input()

EPF\Controller::input ( Message  $request)

Process a Message and sends the result to the model.

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

◆ setModel()

EPF\Controller::setModel ( Model  $model)

Set model.

Parameters
[in]EPF::Model$model

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