PHP Class AsseticBundle\FilterManager

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

Protected Properties

Property Type Description
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface

Public Methods

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

Method Details

__construct() public method

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

get() public method

public get ( $alias ) : mixed
$alias
return mixed

has() public method

public has ( $alias ) : boolean
$alias
return boolean

Property Details

$serviceLocator protected_oe property

protected ServiceLocatorInterface,Zend\ServiceManager $serviceLocator
return Zend\ServiceManager\ServiceLocatorInterface