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

getWriteConnectionService() public method

Returns the connection service name used to write data related to a model
public getWriteConnectionService ( ManaPHP\Mvc\ModelInterface | string $model ) : string
$model ManaPHP\Mvc\ModelInterface | string
return string
    public function getWriteConnectionService($model);