PHP Class AsseticBundle\FilterManager

Inheritance: extends Assetic\FilterManager, implements Zend\ServiceManager\ServiceLocatorAwareInterface
Afficher le fichier Open project: widmogrod/zf2-assetic-module Class Usage Examples

Protected Properties

Свойство Type Description
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface

Méthodes publiques

Méthode Description
__construct ( Zend\ServiceManager\ServiceLocatorInterface $locator )
get ( $alias ) : mixed
has ( $alias ) : boolean

Method Details

__construct() public méthode

public __construct ( Zend\ServiceManager\ServiceLocatorInterface $locator )
$locator Zend\ServiceManager\ServiceLocatorInterface

get() public méthode

public get ( $alias ) : mixed
$alias
Résultat mixed

has() public méthode

public has ( $alias ) : boolean
$alias
Résultat boolean

Property Details

$serviceLocator protected_oe property

protected ServiceLocatorInterface,Zend\ServiceManager $serviceLocator
Résultat Zend\ServiceManager\ServiceLocatorInterface