PHP 클래스 AsseticBundle\FilterManager

상속: extends Assetic\FilterManager, implements Zend\ServiceManager\ServiceLocatorAwareInterface
파일 보기 프로젝트 열기: widmogrod/zf2-assetic-module 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface

공개 메소드들

메소드 설명
__construct ( Zend\ServiceManager\ServiceLocatorInterface $locator )
get ( $alias ) : mixed
has ( $alias ) : boolean

메소드 상세

__construct() 공개 메소드

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

get() 공개 메소드

public get ( $alias ) : mixed
$alias
리턴 mixed

has() 공개 메소드

public has ( $alias ) : boolean
$alias
리턴 boolean

프로퍼티 상세

$serviceLocator 보호되어 있는 프로퍼티

protected ServiceLocatorInterface,Zend\ServiceManager $serviceLocator
리턴 Zend\ServiceManager\ServiceLocatorInterface