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

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

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