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

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

Returns the connection to write data related to a model
public getWriteConnection ( ManaPHP\Mvc\ModelInterface | string $model ) : ManaPHP\DbInterface
$model ManaPHP\Mvc\ModelInterface | string
Результат ManaPHP\DbInterface
    public function getWriteConnection($model);