Vsch\TranslationManager\Manager::getConnection PHP Метод

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

public getConnection ( )
    public function getConnection()
    {
        return $this->translation->getConnection();
    }

Usage Example

 protected function getConnection()
 {
     return $this->manager->getConnection();
 }
All Usage Examples Of Vsch\TranslationManager\Manager::getConnection