PHP 인터페이스 Zend\ServiceManager\ServiceLocatorInterface

상속: extends Interop\Container\ContainerInterface
파일 보기 프로젝트 열기: zendframework/zend-servicemanager 0 사용 예제들

공개 메소드들

메소드 설명
build ( string $name, array $options = null ) : mixed Build a service by its name, using optional options (such services are NEVER cached).

메소드 상세

build() 공개 메소드

Build a service by its name, using optional options (such services are NEVER cached).
public build ( string $name, array $options = null ) : mixed
$name string
$options array
리턴 mixed