PHP Class Newscoop\Controller\Plugin\Js

Inheritance: extends Zend_Controller_Plugin_Abstrac\Zend_Controller_Plugin_Abstract
Afficher le fichier Open project: sourcefabric/newscoop

Méthodes publiques

Свойство Type Description
$view Zend_View

Protected Properties

Свойство Type Description
$_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

Méthodes publiques

Méthode Description
__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 )

Method Details

__construct() public méthode

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 méthode

public postDispatch ( Zend_Controller_Request_Abstract $p_request )
$p_request Zend_Controller_Request_Abstract

Property Details

$_basePath protected_oe property

physical path, if you don't set this you need to have a 404 handler with .htaccess, like originally designed
protected string $_basePath
Résultat string

$_baseUrn protected_oe property

! will be incomplete after constructor, full in postDispatch
protected string $_baseUrn
Résultat string

$_fileSuffix protected_oe property

Js file suffix/extension
protected string $_fileSuffix
Résultat string

$_sharedFileName protected_oe property

The shared js file to be included with every request
protected string $_sharedFileName
Résultat string

$view public_oe property

public Zend_View $view
Résultat Zend_View