Diff
    
            
            in package
            
        
    
            
            implements
                            IteratorAggregate                    
    
    
FinalYes
Tags
Table of Contents
Interfaces
- IteratorAggregate
Properties
Methods
- __construct() : mixed
- chunks() : array<string|int, mixed>
- from() : string
- getChunks() : array<string|int, mixed>
- getFrom() : string
- getIterator() : Traversable
- getTo() : string
- setChunks() : void
- to() : string
Properties
$chunks
    private
        array<string|int, mixed>
    $chunks
    
    
    
    
    Tags
$from
    private
        string
    $from
    
    
    
    
    Tags
$to
    private
        string
    $to
    
    
    
    
    Tags
Methods
__construct()
    public
                    __construct(string $from, string $to[, array<string|int, mixed> $chunks = [] ]) : mixed
    Parameters
- $from : string
- $to : string
- $chunks : array<string|int, mixed> = []
Tags
chunks()
    public
                    chunks() : array<string|int, mixed>
    Tags
Return values
array<string|int, mixed>from()
    public
                    from() : string
    Tags
Return values
stringgetChunks()
    public
                    getChunks() : array<string|int, mixed>
    Tags
Return values
array<string|int, mixed>getFrom()
    public
                    getFrom() : string
    Tags
Return values
stringgetIterator()
    public
                    getIterator() : Traversable
    Return values
TraversablegetTo()
    public
                    getTo() : string
    Tags
Return values
stringsetChunks()
    public
                    setChunks(array<string|int, mixed> $chunks) : void
    Parameters
- $chunks : array<string|int, mixed>
Tags
to()
    public
                    to() : string