PHP Class Kraken\Channel\Protocol\Protocol

Inheritance: implements Kraken\Channel\Protocol\ProtocolInterface
Afficher le fichier Open project: kraken-php/framework Class Usage Examples

Protected Properties

Свойство Type Description
$destination string
$exception string
$message string
$origin string
$pid string
$timestamp integer
$type string

Méthodes publiques

Méthode Description
__construct ( string $type = '', string $pid = '', string $destination = '', string $origin = '', string $message = '', string $exception = '', integer $timestamp )
__destruct ( )
getAll ( )
getDestination ( )
getException ( )
getMessage ( )
getOrigin ( )
getPid ( )
getTimestamp ( )
getType ( )
setAll ( $args = [], $reassign = false )
setDestination ( $destination, $reassign = false )
setException ( $exception, $reassign = false )
setMessage ( $message, $reassign = false )
setOrigin ( $origin, $reassign = false )
setPid ( $pid, $reassign = false )
setTimestamp ( $timestamp, $reassign = false )
setType ( $type, $reassign = false )

Method Details

__construct() public méthode

public __construct ( string $type = '', string $pid = '', string $destination = '', string $origin = '', string $message = '', string $exception = '', integer $timestamp )
$type string
$pid string
$destination string
$origin string
$message string
$exception string
$timestamp integer

__destruct() public méthode

public __destruct ( )

getAll() public méthode

public getAll ( )

getDestination() public méthode

public getDestination ( )

getException() public méthode

public getException ( )

getMessage() public méthode

public getMessage ( )

getOrigin() public méthode

public getOrigin ( )

getPid() public méthode

public getPid ( )

getTimestamp() public méthode

public getTimestamp ( )

getType() public méthode

public getType ( )

setAll() public méthode

public setAll ( $args = [], $reassign = false )

setDestination() public méthode

public setDestination ( $destination, $reassign = false )

setException() public méthode

public setException ( $exception, $reassign = false )

setMessage() public méthode

public setMessage ( $message, $reassign = false )

setOrigin() public méthode

public setOrigin ( $origin, $reassign = false )

setPid() public méthode

public setPid ( $pid, $reassign = false )

setTimestamp() public méthode

public setTimestamp ( $timestamp, $reassign = false )

setType() public méthode

public setType ( $type, $reassign = false )

Property Details

$destination protected_oe property

protected string $destination
Résultat string

$exception protected_oe property

protected string $exception
Résultat string

$message protected_oe property

protected string $message
Résultat string

$origin protected_oe property

protected string $origin
Résultat string

$pid protected_oe property

protected string $pid
Résultat string

$timestamp protected_oe property

protected int $timestamp
Résultat integer

$type protected_oe property

protected string $type
Résultat string