PHP Interface Art4\JsonApiClient\Utils\FactoryManagerInterface

Show file Open project: art4/json-api-client Interface Usage Examples

Public Methods

Method Description
getFactory ( ) : Art4\JsonApiClient\Utils\FactoryInterface Get a factory from the manager
setFactory ( Art4\JsonApiClient\Utils\FactoryInterface $factory ) : object Set a factory into the manager

Method Details

getFactory() public method

Get a factory from the manager
public getFactory ( ) : Art4\JsonApiClient\Utils\FactoryInterface
return Art4\JsonApiClient\Utils\FactoryInterface

setFactory() public method

Set a factory into the manager
public setFactory ( Art4\JsonApiClient\Utils\FactoryInterface $factory ) : object
$factory Art4\JsonApiClient\Utils\FactoryInterface
return object