OperationCollection
class OperationCollection implements Countable, Iterator (View source)
Represents a collection of image transformation operations in a stack.
Methods
__construct(array $operations)
Constructor.
int
count()
Return number of operations.
getOperations()
Return operations.
static OperationCollection
createFromJsonResponse(string $jsonString)
Create a collection from the JSON data returned by the rokka.io API.
current()
No description
next()
No description
key()
No description
valid()
No description
rewind()
No description
Details
__construct(array $operations)
Constructor.
int
count()
Return number of operations.
Operation[]
getOperations()
Return operations.
static OperationCollection
createFromJsonResponse(string $jsonString)
Create a collection from the JSON data returned by the rokka.io API.
current()
No description
next()
No description
key()
No description
valid()
No description
rewind()
No description