PHP Class Prooph\EventStore\Stream\StreamName

Author: Alexander Miertsch ([email protected])
ファイルを表示 Open project: prooph/event-store Class Usage Examples

Protected Properties

Property Type Description
$name string

Public Methods

Method Description
__construct ( $name )
__toString ( ) : string
toString ( ) : string

Method Details

__construct() public method

public __construct ( $name )
$name

__toString() public method

public __toString ( ) : string
return string

toString() public method

public toString ( ) : string
return string

Property Details

$name protected_oe property

protected string $name
return string