ManaPHP\Mvc\Model\ManagerInterface::getWriteConnectionService PHP Метод

getWriteConnectionService() публичный Метод

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
Результат string
    public function getWriteConnectionService($model);