StackCollection
class StackCollection implements Countable, Iterator (View source)
Holds a list of stacks.
Methods
__construct(array $stacks)
Constructor.
int
count()
Return the number of stacks in this collection.
static StackCollection
createFromJsonResponse(string $data)
Create a stack 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 $stacks)
Constructor.
int
count()
Return the number of stacks in this collection.
Stack[]
getStacks()
Return the stacks.
static StackCollection
createFromJsonResponse(string $data)
Create a stack 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