Page
class Page extends Page (View source)
Traits
Trait ApplicationAwareTrait
A trait used with ApplicationAwareInterface
Properties
protected Application | $app | from ApplicationAwareTrait | |
protected | $helpers | from AbstractController | |
protected | $sets | from AbstractController | |
protected | $action | from AbstractController | |
protected | $request | from AbstractController | |
protected | $parameters | from AbstractController | |
protected | $view | from Controller | |
protected | $viewPath | ||
protected | $theme | from Controller | |
protected | $controllerActionPath | from Controller | |
protected | $themeViewTemplate | from Controller | |
protected | $error | from UserInterface | |
protected | $validationToken | from UserInterface | |
protected Page | $page | from Page | |
protected Permissions | $permissions | from Page |
Methods
addHeaderItem(string $item)
Adds an item to the view's header. This item will then be automatically printed out before the
section of the page.from AbstractController
addFooterItem(string $item)
Adds an item to the view's footer. This item will then be automatically printed out before the section of the page.
from AbstractController
canAccess()
No description
view()
No description
Details
in ApplicationAwareTrait at line 19
setApplication(Application $app)
Setter method for the application
in UserInterface at line 20
__construct()
in AbstractController at line 29
mixed
getRequest()
in AbstractController at line 37
setRequest(mixed $request)
in AbstractController at line 42
requireAsset()
in AbstractController at line 54
addHeaderItem(string $item)
Adds an item to the view's header. This item will then be automatically printed out before the
section of the page.
in AbstractController at line 65
addFooterItem(string $item)
Adds an item to the view's footer. This item will then be automatically printed out before the section of the page.
in AbstractController at line 71
set($key, $val)
in AbstractController at line 76
getSets()
in UserInterface at line 15
shouldRunControllerTask()
in AbstractController at line 87
getHelperObjects()
in AbstractController at line 98
get($key = null, $defaultValue = null)
in AbstractController at line 117
getTask()
in AbstractController at line 122
getAction()
in AbstractController at line 127
getParameters()
in AbstractController at line 136
on_before_render()
in AbstractController at line 143
isPost()
deprecated
deprecated