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

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

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