PHP Class Kraken\Network\NetworkMessage

Inheritance: implements Kraken\Network\NetworkMessageInterface
Show file Open project: kraken-php/framework

Protected Properties

Property Type Description
$message string

Public Methods

Method Description
__construct ( string $message )
__destruct ( )
read ( )

Method Details

__construct() public method

public __construct ( string $message )
$message string

__destruct() public method

public __destruct ( )

read() public method

public read ( )

Property Details

$message protected property

protected string $message
return string