PHP 클래스 Kraken\Channel\Protocol\Protocol

상속: implements Kraken\Channel\Protocol\ProtocolInterface
파일 보기 프로젝트 열기: kraken-php/framework 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$destination string
$exception string
$message string
$origin string
$pid string
$timestamp integer
$type string

공개 메소드들

메소드 설명
__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 )

메소드 상세

__construct() 공개 메소드

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 __destruct ( )

getAll() 공개 메소드

public getAll ( )

getDestination() 공개 메소드

public getDestination ( )

getException() 공개 메소드

public getException ( )

getMessage() 공개 메소드

public getMessage ( )

getOrigin() 공개 메소드

public getOrigin ( )

getPid() 공개 메소드

public getPid ( )

getTimestamp() 공개 메소드

public getTimestamp ( )

getType() 공개 메소드

public getType ( )

setAll() 공개 메소드

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

setDestination() 공개 메소드

public setDestination ( $destination, $reassign = false )

setException() 공개 메소드

public setException ( $exception, $reassign = false )

setMessage() 공개 메소드

public setMessage ( $message, $reassign = false )

setOrigin() 공개 메소드

public setOrigin ( $origin, $reassign = false )

setPid() 공개 메소드

public setPid ( $pid, $reassign = false )

setTimestamp() 공개 메소드

public setTimestamp ( $timestamp, $reassign = false )

setType() 공개 메소드

public setType ( $type, $reassign = false )

프로퍼티 상세

$destination 보호되어 있는 프로퍼티

protected string $destination
리턴 string

$exception 보호되어 있는 프로퍼티

protected string $exception
리턴 string

$message 보호되어 있는 프로퍼티

protected string $message
리턴 string

$origin 보호되어 있는 프로퍼티

protected string $origin
리턴 string

$pid 보호되어 있는 프로퍼티

protected string $pid
리턴 string

$timestamp 보호되어 있는 프로퍼티

protected int $timestamp
리턴 integer

$type 보호되어 있는 프로퍼티

protected string $type
리턴 string