PHP Interface Art4\JsonApiClient\Utils\DataContainerInterface

Inheritance: extends Art4\JsonApiClient\AccessInterface
Show file Open project: art4/json-api-client Interface Usage Examples

Public Methods

Method Description
set ( string $key, mixed $value ) : self Set a value

Method Details

set() public method

Set a value
public set ( string $key, mixed $value ) : self
$key string The Key
$value mixed The Value
return self