Lines Matching refs:current
36 private $current;
72 $this->current = $this->it->current();
75 if (is_object($this->current)) {
76 $this->strValue = $this->current->__toString();
78 $this->strValue = (string)$this->current;
82 $this->current = NULL;
103 /** @return the current element
105 function current()
107 return $this->current;
110 /** @return the current key
127 /** @return the string represenatation that was generated for the current
139 return $this->current;