PHP Класс Gc\Mvc\Resolver\AssetAliasPathStack

Наследование: implements AssetManager\Resolver\ResolverInterface, implements AssetManager\Resolver\MimeResolverAwareInterface
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$aliases Array Aliases
$lfiProtectionOn boolean Flag indicating whether or not LFI protection for rendering view scripts is enabled
$mimeResolver AssetManager\Service\MimeResolver The mime resolver.
$serviceLocator Zend\ServiceManager\ServiceManager The service manager.

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

Метод Описание
__construct ( Zend\ServiceManager\ServiceManager $serviceManager = null ) Constructor
addAlias ( string $alias, string $path ) : void Add a single alias to the stack
getMimeResolver ( ) : AssetManager\Service\MimeResolver Get the mime resolver
isLfiProtectionOn ( ) : boolean Return status of LFI protection flag
resolve ( string $name ) : null | Assetic\Asset\FileAsset Resolve an Asset
setLfiProtection ( boolean $flag ) : self Set LFI protection flag
setMimeResolver ( AssetManager\Service\MimeResolver $resolver ) : void Set the mime resolver

Защищенные методы

Метод Описание
loadDatatypesAliases ( ) : void Load Datatypes aliases
loadModulesAliases ( ) : void Load module aliases
normalizePath ( string $path ) : string Normalize a path for insertion in the stack

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

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

Populate the array stack with a list of aliases and their corresponding paths
public __construct ( Zend\ServiceManager\ServiceManager $serviceManager = null )
$serviceManager Zend\ServiceManager\ServiceManager Service Manager

addAlias() публичный Метод

Add a single alias to the stack
public addAlias ( string $alias, string $path ) : void
$alias string Alias
$path string Path
Результат void

getMimeResolver() публичный Метод

Get the mime resolver
public getMimeResolver ( ) : AssetManager\Service\MimeResolver
Результат AssetManager\Service\MimeResolver

isLfiProtectionOn() публичный Метод

Return status of LFI protection flag
public isLfiProtectionOn ( ) : boolean
Результат boolean

loadDatatypesAliases() защищенный Метод

Load Datatypes aliases
protected loadDatatypesAliases ( ) : void
Результат void

loadModulesAliases() защищенный Метод

Load module aliases
protected loadModulesAliases ( ) : void
Результат void

normalizePath() защищенный Метод

Normalize a path for insertion in the stack
protected normalizePath ( string $path ) : string
$path string Path to normalize
Результат string

resolve() публичный Метод

Resolve an Asset
public resolve ( string $name ) : null | Assetic\Asset\FileAsset
$name string The path to resolve.
Результат null | Assetic\Asset\FileAsset Asset instance when found, null when not.

setLfiProtection() публичный Метод

Set LFI protection flag
public setLfiProtection ( boolean $flag ) : self
$flag boolean Define if lfi protection is active
Результат self

setMimeResolver() публичный Метод

Set the mime resolver
public setMimeResolver ( AssetManager\Service\MimeResolver $resolver ) : void
$resolver AssetManager\Service\MimeResolver Resolver
Результат void

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

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

Aliases
protected Array $aliases
Результат Array

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

Flag indicating whether or not LFI protection for rendering view scripts is enabled
protected bool $lfiProtectionOn
Результат boolean

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

The mime resolver.
protected MimeResolver,AssetManager\Service $mimeResolver
Результат AssetManager\Service\MimeResolver

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

The service manager.
protected ServiceManager,Zend\ServiceManager $serviceLocator
Результат Zend\ServiceManager\ServiceManager