phaxio = $phaxio; } public function getList($params = array()) { $collection_class = 'Phaxio\\' . $this->collection_class; return new $collection_class($this->phaxio, $params); } }