Zend Framework
1.12
|
Public Member Functions | |
__construct () | |
Initialize helper. | |
setView (Zend_View_Interface $view) | |
Set view object. | |
dojo () | |
Return dojo container. | |
__call ($method, $args) | |
Proxy to container methods. | |
Static Public Member Functions | |
static | setUseDeclarative () |
Set whether or not dijits should be created declaratively. | |
static | setUseProgrammatic ($style=self::PROGRAMMATIC_SCRIPT) |
Set whether or not dijits should be created programmatically. | |
static | useDeclarative () |
Should dijits be created declaratively? | |
static | useProgrammatic () |
Should dijits be created programmatically? | |
static | useProgrammaticNoScript () |
Should dijits be created programmatically but without scripts? | |
Public Attributes | |
const | PROGRAMMATIC_SCRIPT = 1 |
#@+ Programmatic dijit creation style constants | |
const | PROGRAMMATIC_NOSCRIPT = -1 |
$view | |
Protected Attributes | |
$_container | |
Static Protected Attributes | |
static | $_useProgrammatic = true |
__construct | ( | ) |
Initialize helper.
Retrieve container from registry or create new container and store in registry.
__call | ( | $method, | |
$args | |||
) |
Proxy to container methods.
string | $method | |
array | $args |
Zend_Dojo_View_Exception | For invalid method calls |
dojo | ( | ) |
Return dojo container.
|
static |
Set whether or not dijits should be created declaratively.
|
static |
Set whether or not dijits should be created programmatically.
Optionally, specifiy whether or not dijit helpers should generate the programmatic dojo.
int | $style |
setView | ( | Zend_View_Interface | $view | ) |
Set view object.
Zend_Dojo_View_Interface | $view |
|
static |
Should dijits be created declaratively?
|
static |
Should dijits be created programmatically?
|
static |
Should dijits be created programmatically but without scripts?
|
protected |
|
staticprotected |
$view |
const PROGRAMMATIC_NOSCRIPT = -1 |
const PROGRAMMATIC_SCRIPT = 1 |
#@+ Programmatic dijit creation style constants