프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$isFrontend | null | ||
$notFoundClassNames | array | ||
$validLanguages | array |
메소드 | 설명 | |
---|---|---|
classExists ( $class ) : boolean | ||
exitWithError ( $message ) | ||
getAnonymizedClientIp ( ) : string | ||
getClientIp ( ) : mixed | ||
getCustomViewConfig ( ) : array | boolean | ||
getDefaultLanguage ( ) : null | string | ||
getFallbackLanguagesFor ( $language ) : array | ||
getHostUrl ( string $useProtocol = null ) : string | Returns the host URL | |
getHostname ( ) : string | ||
getHttpClient ( string $type = "Zend_Http_Client", array $options = [] ) : Zend_Http_Client | ||
getHttpData ( $url, array $paramsGet = [], array $paramsPost = [] ) : boolean | string | ||
getLanguageFlagFile ( $language ) : string | ||
getMail ( null $recipients = null, null $subject = null, null $charset = null ) : |
||
getModelClassMapping ( $sourceClassName ) : string | ||
getRequestScheme ( ) : string | ||
getRoutingDefaults ( ) : array | ||
getSupportedLocales ( ) : array | mixed | ||
getValidCacheKey ( string $key ) : string | returns a valid cache key/tag string | |
getValidLanguages ( ) : array | ||
interfaceExists ( $class ) : boolean | ||
isFrontend ( ) : boolean | ||
isFrontentRequestByAdmin ( ) | eg. editmode, preview, version preview, always when it is a "frontend-request", but called out of the admin | |
isHtmlResponse ( Zend_Controller_Response_Abstract $response ) : boolean | ||
isInstaller ( ) : boolean | ||
isValidLanguage ( $language ) : boolean | ||
isValidPath ( $path ) : boolean | ||
useFrontendOutputFilters ( Zend_Controller_Request_Abstract $request ) : boolean |
메소드 | 설명 | |
---|---|---|
classInterfaceExists ( $class, $type ) : boolean |
protected static classInterfaceExists ( $class, $type ) : boolean | ||
$class | ||
$type | ||
리턴 | boolean |
public static getCustomViewConfig ( ) : array | boolean | ||
리턴 | array | boolean |
public static getDefaultLanguage ( ) : null | string | ||
리턴 | null | string |
public static getFallbackLanguagesFor ( $language ) : array | ||
$language | ||
리턴 | array |
public static getHostUrl ( string $useProtocol = null ) : string | ||
$useProtocol | string | use a specific protocol |
리턴 | string |
public static getHttpClient ( string $type = "Zend_Http_Client", array $options = [] ) : Zend_Http_Client | ||
$type | string | |
$options | array | |
리턴 | Zend_Http_Client |
public static getLanguageFlagFile ( $language ) : string | ||
$language | ||
리턴 | string |
public static getModelClassMapping ( $sourceClassName ) : string | ||
$sourceClassName | ||
리턴 | string |
public static getSupportedLocales ( ) : array | mixed | ||
리턴 | array | mixed |
public static getValidCacheKey ( string $key ) : string | ||
$key | string | |
리턴 | string |
public static isFrontentRequestByAdmin ( ) |
public static isHtmlResponse ( Zend_Controller_Response_Abstract $response ) : boolean | ||
$response | Zend_Controller_Response_Abstract | |
리턴 | boolean |
public static isValidLanguage ( $language ) : boolean | ||
$language | ||
리턴 | boolean |
public static useFrontendOutputFilters ( Zend_Controller_Request_Abstract $request ) : boolean | ||
$request | Zend_Controller_Request_Abstract | |
리턴 | boolean |