PHP 클래스 Equip\Payload

상속: implements Equip\Adr\PayloadInterface
파일 보기 프로젝트 열기: equip/framework

공개 메소드들

메소드 설명
getInput ( )
getMessages ( )
getOutput ( )
getSetting ( $name )
getSettings ( )
getStatus ( )
withInput ( array $input )
withMessages ( array $messages )
withOutput ( array $output )
withSetting ( $name, $value )
withStatus ( $status )
withoutSetting ( $name )

메소드 상세

getInput() 공개 메소드

public getInput ( )

getMessages() 공개 메소드

public getMessages ( )

getOutput() 공개 메소드

public getOutput ( )

getSetting() 공개 메소드

public getSetting ( $name )

getSettings() 공개 메소드

public getSettings ( )

getStatus() 공개 메소드

public getStatus ( )

withInput() 공개 메소드

public withInput ( array $input )
$input array

withMessages() 공개 메소드

public withMessages ( array $messages )
$messages array

withOutput() 공개 메소드

public withOutput ( array $output )
$output array

withSetting() 공개 메소드

public withSetting ( $name, $value )

withStatus() 공개 메소드

public withStatus ( $status )

withoutSetting() 공개 메소드

public withoutSetting ( $name )