Interface ServiceLocatorInterface

Summary

Fully Qualified Name: Zend\ServiceManager\ServiceLocatorInterface
Extends: ContainerInterface, ContainerInterface

Description

Interface for service locator

Methods

Name Description Defined By
build() Build a service by its name, using optional options (such services are NEVER cached). ServiceLocatorInterface

Method Details

build()

Build a service by its name, using optional options (such services are NEVER cached).

Parameter Name Type Description
$name string
$options null|array

Returns: mixed

Top