Searched refs:currentDataArray (Results 1 – 1 of 1) sorted by relevance
10 var $currentDataArray; variable in feedData62 $this->currentDataArray['item'] =63 …f|src)\s*=\s*([\'\"])/.*?/#ms', "$1=$2" . $this->news_feed_url(), $this->currentDataArray['item']);65 return $this->currentDataArray['item'];70 return $this->currentDataArray['name'];73 return $this->currentDataArray['title'];160 if(is_array($this->currentDataArray)) {161 $this->currentDataArray = array_shift($this->rss_data);164 if(!$this->currentDataArray) {166 $this->currentDataArray = array_shift($this->rss_data);[all …]