Controller
class Controller extends Singleton implements IController
Base Controller Class
Properties
static protected multiple: | $_instances | Array of \jtl\Connector\Core\Utilities\Singleton Objects | from Singleton |
protected | $_method |
Methods
Details
in Singleton at line 29
static Singleton:
getInstance()
Basic Singleton implementation
in Singleton at line 42
protected
__construct()
Basic Constructor
in Singleton at line 49
final protected
__clone()
Clone Method
at line 40
Action
pull(QueryFilter $queryFilter)
(non-PHPdoc)
at line 58
Action
statistic(QueryFilter $queryFilter)
(non-PHPdoc)
at line 69
Controller
setMethod(Method $method)
Method Setter
at line 80
Method
getMethod()
Method Getter