BundledComponentCollection
in package
implements
Countable, IteratorAggregate
Tags
Table of Contents
Interfaces
- Countable
- IteratorAggregate
Properties
- $bundledComponents : array<string|int, BundledComponent>
Methods
- add() : void
- count() : int
- getBundledComponents() : array<string|int, BundledComponent>
- getIterator() : BundledComponentCollectionIterator
Properties
$bundledComponents
private
array<string|int, BundledComponent>
$bundledComponents
= []
Methods
add()
public
add(BundledComponent $bundledComponent) : void
Parameters
- $bundledComponent : BundledComponent
count()
public
count() : int
Return values
intgetBundledComponents()
public
getBundledComponents() : array<string|int, BundledComponent>
Return values
array<string|int, BundledComponent>getIterator()
public
getIterator() : BundledComponentCollectionIterator