WithCollection implements Stringable
FinalYes
experimental and not part of public core API.
Table of Contents
Interfaces
- Stringable
Methods
- __toString() : string
- add() : WithCollection
- isEmpty() : bool
- reset() : WithCollection
- set() : WithCollection
Methods
__toString()
public
__toString() : string
Return values
stringadd()
public
add(With ...$with) : WithCollection
Parameters
- $with : With
Return values
WithCollectionisEmpty()
public
isEmpty() : bool
Return values
boolreset()
public
reset() : WithCollection
Return values
WithCollectionset()
public
set(With ...$with) : WithCollection
Parameters
- $with : With