Lines Matching refs:getcurrent
122 $tmstmp = $this->getcurrent('date', $this->dtype);
143 $description = $this->getcurrent('description','abstract');
158 $contribs = $this->getcurrent('contributor', null);
169 $creator = $this->getcurrent('creator', null);
170 $creator_id = $this->getcurrent('user', null);
189 $title = $this->getcurrent($header, null);
193 …$this->process_dates($this->getcurrent('date', 'created'),$this->getcurrent('date', 'modified'));
203 $creator = $this->getcurrent('creator', null);
206 $creator_id = $this->getcurrent('user', null);
212 … $last_change = $this->getSimpleKeyValue($this->getcurrent($header, null),"last_change");
219 $contributors = $this->getcurrent($header, null);
230 $isreferencedby = $this->getcurrent($header,'isreferencedby');
232 $references = $this->getcurrent($header,'references');
235 $media = $this->getcurrent($header,'media');
237 $firstimage = $this->getcurrent($header,'firstimage');
238 $haspart = $this->getcurrent($header,'haspart');
239 $subject = $this->getcurrent($header,'subject');
245 $description = htmlentities($this->getcurrent($header,'abstract'));
353 function getcurrent($which, $other) { function in helper_plugin_metadisplay_plaintext
381 $ar = $this->getcurrent('relation',$which);