PHP Class Prooph\EventStore\Stream\Stream

Author: Alexander Miertsch ([email protected])
显示文件 Open project: prooph/event-store Class Usage Examples

Protected Properties

Property Type Description
$streamEvents Iterato\Iterator
$streamName StreamName

Public Methods

Method Description
__construct ( StreamName $streamName, Iterato\Iterator $streamEvents )
streamEvents ( ) : Iterato\Iterator
streamName ( ) : StreamName

Method Details

__construct() public method

public __construct ( StreamName $streamName, Iterato\Iterator $streamEvents )
$streamName StreamName
$streamEvents Iterato\Iterator

streamEvents() public method

public streamEvents ( ) : Iterato\Iterator
return Iterato\Iterator

streamName() public method

public streamName ( ) : StreamName
return StreamName

Property Details

$streamEvents protected_oe property

protected Iterator,Iterato $streamEvents
return Iterato\Iterator

$streamName protected_oe property

protected StreamName,Prooph\EventStore\Stream $streamName
return StreamName