PHP Interface Zend\ServiceManager\ServiceLocatorInterface

Inheritance: extends Interop\Container\ContainerInterface
Afficher le fichier Open project: zendframework/zend-servicemanager Interface Usage Examples

Méthodes publiques

Méthode Description
build ( string $name, array $options = null ) : mixed Build a service by its name, using optional options (such services are NEVER cached).

Method Details

build() public méthode

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
Résultat mixed