ownerDocument); foreach ($xpath->query('./@*', $image) as $property) { $this->{$property->name} = (string) $property->value; } $this->_flickr = $flickr; foreach ($this->_flickr->getImageDetails($this->id) as $k => $v) { $this->$k = $v; } } }