$async
$async : boolean
Load asynchronously
Provides interface to configure Dojo framework and uses HeadLink and HeadScript view helpers to add framework to application.
Example Configuration array(
'dojo' => array(
'async' => BOOLEAN,
'debug' => BOOLEAN,
'enabled' => BOOLEAN,
'parseOnLoad' => BOOLEAN,
'packages' => ARRAY('PACKAGE NAME', ...),
'src' => 'URL',
)
)
__invoke(array $options = null) : \Spork\View\Helper\Dojo
Initialize and configure instance
array | $options |
createService(\Zend\ServiceManager\ServiceLocatorInterface $viewHelperManager) : \Spork\View\Helper\Dojo
Create and configure service
\Zend\ServiceManager\ServiceLocatorInterface | $viewHelperManager |