Class AbstractController
The controller superclass
Direct known subclasses
Alo\Controller\AbstractErrorController
,Controller\Cart
,Controller\Sample
Indirect known subclasses
Abstract
Namespace:Alo\Controller
Author:Art <a.molcanovas@gmail.com>
Located atsys/class/alo/controller/abstractcontroller.php
Namespace:Alo\Controller
Author:Art <a.molcanovas@gmail.com>
Located atsys/class/alo/controller/abstractcontroller.php
Methods summary
public | |
public | |
protected | |
public | |
protected boolean| | # echoOnDestruct(boolean|null$switch=null) Returns if echoOnDestruct is true or false if called without a parameter or sets it to true/false if the parameter is set |
protected null|string |
Magic methods summary
Properties summary
public static | $this | # Static reference to the last instance of the class |
private boolean | $echoOnDestruct | # Whether to echo contents on object destruct |