OperationList
in package
implements
IteratorAggregate, Countable
Interface for Diff Engines
Interfaces, Classes, Traits and Enums
- IteratorAggregate
- Countable
Table of Contents
- $ops : array<string|int, mixed>
- __construct() : mixed
- count() : int
- getIterator() : Iterator
- toArray() : mixed
Properties
$ops
private
array<string|int, mixed>
$ops
= []
Methods
__construct()
public
__construct(OperationInterface ...$ops) : mixed
Parameters
- $ops : OperationInterface
Return values
mixed —count()
public
count() : int
Return values
int —getIterator()
public
getIterator() : Iterator
Return values
Iterator —toArray()
public
toArray() : mixed