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

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

Method to Set the cache db table.
public setTable ( string $table = 'pop_cache' ) : Sqlite
$table string
Результат Sqlite
    public function setTable($table = 'pop_cache')
    {
        return $this->table = $table;
    }