Home
last modified time | relevance | path

Searched refs:currentMetaArray (Results 1 – 1 of 1) sorted by relevance

/plugin/news/scripts/
H A DfeedData.php11 var $currentMetaArray; variable in feedData
78 return $this->currentMetaArray['id'];
82 return $this->currentMetaArray['url'];
86 return $this->currentMetaArray['time'];
91 …if($this->helper->getConf('createtime') && isset($this->currentMetaArray['create_time'])) { …
92 return $this->currentMetaArray['create_time'];
95 return $this->currentMetaArray['gmtime'];
151 $this->currentMetaArray = array();
155 $this->currentMetaArray = $this->meta_data[$this->currentMD5BaseName];