items = $items; $this->paging = $paging; } /** * @return Member[] */ public function getItems() { return $this->items; } }