limit = (int)$limit; $this->offset = (int)$offset; } function __toString() { return "limit {$this->offset}, {$this->limit}"; } }