public function __construct($xml, $debug = false) { parent::__construct($debug); $this->xml = $xml; $this->title = $this->xml->channel->title; $this->num_items = count($this->xml->channel->item); }