Table of Contents
Interfaces
- ControllerInterface
Methods
-
__construct()
: mixed
-
getPageData()
: array<string|int, mixed>
-
run()
: void
-
deployAction()
: void
-
disablePluginsAction()
: void
-
rebuildAction()
: void
__construct()
public
__construct(string $className[, string $url = '' ]) : mixed
Parameters
-
$className
: string
-
-
$url
: string
= ''
-
getPageData()
public
getPageData() : array<string|int, mixed>
Return values
array<string|int, mixed>
run()
public
run() : void
deployAction()
protected
deployAction() : void
disablePluginsAction()
protected
disablePluginsAction() : void
rebuildAction()
protected
rebuildAction() : void