Pop\Cache\Adapter\Sqlite::getDb PHP Метод

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

Method to get the current cache db file.
public getDb ( ) : string
Результат string
    public function getDb()
    {
        return $this->db;
    }