Feature
class Feature extends Controller
Base Features Controller
Properties
static protected multiple: | $_instances | Array of \jtl\Connector\Core\Utilities\Singleton Objects | from Singleton |
protected | $_method | from Controller |
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
in Controller at line 31
Action
push(DataModel $model)
(non-PHPdoc)
at line 33
Action
pull(mixed $params = null)
Returns what this connector is supporting.
in Controller at line 49
Action
delete(DataModel $model)
(non-PHPdoc)
in Controller at line 58
Action
statistic(QueryFilter $queryFilter)
(non-PHPdoc)
in Controller at line 69
Controller
setMethod(Method $method)
Method Setter
in Controller at line 80
Method
getMethod()
Method Getter