class Stream implements StreamInterface
Stream implementation.
Implements StreamInterface.
It use internally an array to store StatusInterface
Methods
|
addStatus(StatusInterface $status)
Add a StatusInterface to the stream |
||
|
count()
{@inheritdoc} |
||
|
rewind()
{@inheritdoc} |
||
|
current()
{@inheritdoc} |
||
|
key()
{@inheritdoc} |
||
|
next()
{@inheritdoc} |
||
|
valid()
{@inheritdoc} |
Details
at line 19
public
addStatus(StatusInterface $status)
Add a StatusInterface to the stream
at line 29
public
count()
{@inheritdoc}
at line 37
public
rewind()
{@inheritdoc}
at line 45
public
current()
{@inheritdoc}
at line 55
public
key()
{@inheritdoc}
at line 65
public
next()
{@inheritdoc}
at line 75
public
valid()
{@inheritdoc}