bans = $bans; $this->cursor = $cursor; } /** * Gets the list of bans from the multi repository. * * @return Repository_Ban[] */ public function get_bans() { return $this->bans; } /** * Gets the cursor if this was a paginated request. * * @return Multi_Cursor|null */ public function get_cursor() { return $this->cursor; } }