Legend of the Green Dragon

Jaxon implements FactoryInterface

Interfaces, Classes and Traits

FactoryInterface

Table of Contents

__invoke()  : mixed
createService()  : mixed

Methods

__invoke()

public __invoke(ContainerInterface $container, mixed $requestedName[, array<string|int, mixed>|null $options = null ]) : mixed
Parameters
$container : ContainerInterface
$requestedName : mixed
$options : array<string|int, mixed>|null = null
Return values
mixed

createService()

public createService(ServiceLocatorInterface $services[, mixed $canonicalName = null ][, mixed $requestedName = null ]) : mixed
Parameters
$services : ServiceLocatorInterface
$canonicalName : mixed = null
$requestedName : mixed = null
Return values
mixed

Search results