Represents a collection of services found by tag name to lazily iterate over.
- author Roland Franssen
CloneableInstantiable
Methods |
public __construct(string $tag, ?string $indexAttribute = NULL, ?string $defaultIndexMethod = NULL, bool $needsIndexes = false, ?string $defaultPriorityMethod = NULL, array $exclude = [], bool $excludeSelf = true)
|
public excludeSelf() : bool |
public getDefaultIndexMethod() : ?string |
public getDefaultPriorityMethod() : ?string |
public getExclude() : array |
public getIndexAttribute() : ?string |
public getTag() : string |
public needsIndexes() : bool |
Properties |
private ?string $defaultIndexMethod |
private ?string $defaultPriorityMethod |
private array $exclude |
private bool $excludeSelf |
private ?mixed $indexAttribute |
private bool $needsIndexes |
private string $tag |