PHP Класс Newscoop\Controller\Plugin\Js

Наследование: extends Zend_Controller_Plugin_Abstrac\Zend_Controller_Plugin_Abstract
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$view Zend_View

Защищенные свойства (Protected)

Свойство Тип Описание
$_basePath string physical path, if you don't set this you need to have a 404 handler with .htaccess, like originally designed
$_baseUrn string ! will be incomplete after constructor, full in postDispatch
$_fileSuffix string Js file suffix/extension
$_sharedFileName string The shared js file to be included with every request

Открытые методы

Метод Описание
__construct ( array $p_opts ) jsPath is for those who don't have a propper server config in the js folder
postDispatch ( Zend_Controller_Request_Abstract $p_request )

Описание методов

__construct() публичный метод

jsPath is for those who don't have a propper server config in the js folder
public __construct ( array $p_opts )
$p_opts array {..., layout : { jsUrl : string, [ jsPath : string ] }, ... }

postDispatch() публичный метод

public postDispatch ( Zend_Controller_Request_Abstract $p_request )
$p_request Zend_Controller_Request_Abstract

Описание свойств

$_basePath защищенное свойство

physical path, if you don't set this you need to have a 404 handler with .htaccess, like originally designed
protected string $_basePath
Результат string

$_baseUrn защищенное свойство

! will be incomplete after constructor, full in postDispatch
protected string $_baseUrn
Результат string

$_fileSuffix защищенное свойство

Js file suffix/extension
protected string $_fileSuffix
Результат string

$_sharedFileName защищенное свойство

The shared js file to be included with every request
protected string $_sharedFileName
Результат string

$view публичное свойство

public Zend_View $view
Результат Zend_View