PHP 클래스 Newscoop\Controller\Plugin\Js

상속: extends Zend_Controller_Plugin_Abstrac\Zend_Controller_Plugin_Abstract
파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 프로퍼티들

프로퍼티 타입 설명
$view Zend_View

보호된 프로퍼티들

프로퍼티 타입 설명
$_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