uri = (string) $image->getAttribute('source'); $this->clickUri = (string) $image->getAttribute('url'); $this->height = (int) $image->getAttribute('height'); $this->width = (int) $image->getAttribute('width'); } }