sliceKey = $sliceKey; if ($this->sliceKey) { $index = intdiv($this->sliceKey, self::SLICE); $this->table = "{$this->table}_{$index}"; } } }