Lines Matching refs:element
53 $element = current($this->storage);
54 return $element ? $element[0] : NULL
62 $element = current($this->storage);
63 return $element ? $element[1] : NULL
76 /** Forward to next element
98 foreach($this->storage as $element)
100 if ($object === $element[0])
127 foreach($this->storage as $idx => $element)
129 if ($object === $element[0])
159 foreach($this->storage as $idx => $element)
161 if ($object === $element[0])
163 return $element[1];