RestrictionInfoCollection implements IteratorAggregate
FinalYes
Table of Contents
Interfaces
- IteratorAggregate
Methods
- __construct() : mixed
- add() : void
- delete() : void
- get() : RestrictionInfo|null
- getIterator() : ArrayIterator
Methods
__construct()
public
__construct(RestrictionInfo ...$restrictionInfoList) : mixed
Parameters
- $restrictionInfoList : RestrictionInfo
add()
public
add(RestrictionInfo $restrictionInfo) : void
Parameters
- $restrictionInfo : RestrictionInfo
delete()
public
delete(string $restrictionType) : void
Parameters
- $restrictionType : string
get()
public
get(string $restrictionType) : RestrictionInfo|null
Parameters
- $restrictionType : string
Return values
RestrictionInfo|nullgetIterator()
public
getIterator() : ArrayIterator