PHP Class Equip\Payload

Inheritance: implements Equip\Adr\PayloadInterface
Afficher le fichier Open project: equip/framework

Méthodes publiques

Méthode 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 méthode

public getInput ( )

getMessages() public méthode

public getMessages ( )

getOutput() public méthode

public getOutput ( )

getSetting() public méthode

public getSetting ( $name )

getSettings() public méthode

public getSettings ( )

getStatus() public méthode

public getStatus ( )

withInput() public méthode

public withInput ( array $input )
$input array

withMessages() public méthode

public withMessages ( array $messages )
$messages array

withOutput() public méthode

public withOutput ( array $output )
$output array

withSetting() public méthode

public withSetting ( $name, $value )

withStatus() public méthode

public withStatus ( $status )

withoutSetting() public méthode

public withoutSetting ( $name )