Dojo/View/Helper/Dojo.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Dojo  
Subpackage
View  
Version
$Id$  

\Zend_Dojo_View_Helper_Dojo

Package: Zend_Dojo\View
Zend_Dojo_View_Helper_Dojo: Dojo View Helper
Allows specifying stylesheets, path to dojo, module paths, and onLoad events.
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Constants

>VConstant  PROGRAMMATIC_SCRIPT = 1
>VConstant  PROGRAMMATIC_NOSCRIPT = -1

Properties

>VPropertyprotected\Zend_Dojo_View_Helper_Dojo_Container $_container
>VPropertyprotectedbool $_useProgrammatic = true
static

Whether or not dijits should be declared programmatically

Default valuetrueDetails
Type
bool
>VPropertypublic\Zend_View_Interface $view

Methods

methodpublic__call(string $method, array $args) : mixed

Proxy to container methods

Parameters
NameTypeDescription
$methodstring
$argsarray
Returns
TypeDescription
mixed
Throws
ExceptionDescription
\Zend_Dojo_View_ExceptionFor invalid method calls
methodpublic__construct() : void

Initialize helper

Retrieve container from registry or create new container and store in registry.
methodpublicdojo() : \Zend_Dojo_View_Helper_Dojo_Container

Return dojo container

methodpublicsetUseDeclarative() : void
static

Set whether or not dijits should be created declaratively

methodpublicsetUseProgrammatic(int $style = self::PROGRAMMATIC_SCRIPT) : void
static

Set whether or not dijits should be created programmatically

Optionally, specifiy whether or not dijit helpers should generate the programmatic dojo.
Parameters
NameTypeDescription
$styleint
methodpublicsetView(\Zend_Dojo_View_Interface $view) : void

Set view object

Parameters
NameTypeDescription
$view\Zend_Dojo_View_Interface
methodpublicuseDeclarative() : bool
static

Should dijits be created declaratively?

Returns
TypeDescription
bool
methodpublicuseProgrammatic() : bool
static

Should dijits be created programmatically?

Returns
TypeDescription
bool
methodpublicuseProgrammaticNoScript() : bool
static

Should dijits be created programmatically but without scripts?

Returns
TypeDescription
bool
Documentation was generated by phpDocumentor 2.2.0 .