EntrypointLookupCollection
in package
implements
EntrypointLookupCollectionInterface
Aggregate the different entry points configured in the container.
Retrieve the EntrypointLookup instance from the given key.
Tags
Table of Contents
Interfaces
Properties
- $buildEntrypoints : mixed
- $defaultBuildName : mixed
Methods
- __construct() : mixed
- getEntrypointLookup() : EntrypointLookupInterface
- Retrieve the EntrypointLookupInterface for the given build.
Properties
$buildEntrypoints
private
mixed
$buildEntrypoints
$defaultBuildName
private
mixed
$defaultBuildName
Methods
__construct()
public
__construct(ContainerInterface $buildEntrypoints[, string $defaultBuildName = null ]) : mixed
Parameters
- $buildEntrypoints : ContainerInterface
- $defaultBuildName : string = null
getEntrypointLookup()
Retrieve the EntrypointLookupInterface for the given build.
public
getEntrypointLookup([string $buildName = null ]) : EntrypointLookupInterface
Parameters
- $buildName : string = null