ManaPHP\Mvc\Model\ManagerInterface::setConnectionService PHP Method

setConnectionService() public method

Sets both write and read connection service for a model
public setConnectionService ( ManaPHP\Mvc\ModelInterface | string $model, string $connectionService )
$model ManaPHP\Mvc\ModelInterface | string
$connectionService string
    public function setConnectionService($model, $connectionService);