PHP Class Equip\Payload

Inheritance: implements Equip\Adr\PayloadInterface
Show file Open project: equip/framework

Public Methods

Method Description
getInput ( )
getMessages ( )
getOutput ( )
getSetting ( $name )
getSettings ( )
getStatus ( )
withInput ( array $input )
withMessages ( array $messages )
withOutput ( array $output )
withSetting ( $name, $value )
withStatus ( $status )
withoutSetting ( $name )

Method Details

getInput() public method

public getInput ( )

getMessages() public method

public getMessages ( )

getOutput() public method

public getOutput ( )

getSetting() public method

public getSetting ( $name )

getSettings() public method

public getSettings ( )

getStatus() public method

public getStatus ( )

withInput() public method

public withInput ( array $input )
$input array

withMessages() public method

public withMessages ( array $messages )
$messages array

withOutput() public method

public withOutput ( array $output )
$output array

withSetting() public method

public withSetting ( $name, $value )

withStatus() public method

public withStatus ( $status )

withoutSetting() public method

public withoutSetting ( $name )