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

CLI SAPI. More...

Inheritance diagram for EPF\SAPI\CLI:
Inheritance graph
[legend]

Public Member Functions

 __construct (Model $model=null)
 Constructor. More...
 
 run ()
 Run the controller. More...
 
- Public Member Functions inherited from EPF\SAPI
 run ()
 Run the SAPI.
 
- Public Member Functions inherited from EPF\Component
 __construct (Model $model=null, View $view=null, Controller $controller=null)
 Constructor. More...
 
 getController ()
 Get controller.
 
 getModel ()
 Get model.
 
 getView ()
 Get view.
 
 input (Message $request)
 Sends a message to the controller. More...
 
 setController (Controller $controller)
 Set controller. More...
 
 setModel (Model $model)
 Set model. 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...
 

Detailed Description

CLI SAPI.

Constructor & Destructor Documentation

◆ __construct()

EPF\SAPI\CLI::__construct ( Model  $model = null)

Constructor.

Parameters
[in]EPF::Model$model

Member Function Documentation

◆ run()

EPF\SAPI\CLI::run ( )

Run the controller.

The CLI SAPI reads text from STDIN


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