Class Widget
This abstract class describes the bahavior of widgets. Widgets can be a little part of your page you want to use several times. It can be another thing : a further feature that you call on a controller action.
- Hawk\Controller uses Hawk\Utils
-
Hawk\Widget
Methods summary
abstract public
string
|
|
public
string
|
Methods inherited from Hawk\Controller
__construct()
,
addCss()
,
addCssInline()
,
addJavaScript()
,
addJavaScriptInline()
,
addKeysToJavascript()
,
compute()
,
current()
,
getClassname()
,
getInstance()
,
getNamespace()
,
getPlugin()