Example #1
0
 /**
  * {@inheritdoc}
  */
 public function getImageHeight()
 {
     if (($image = Utils::searchValue($this->images, $this->image)) !== false) {
         return $image['height'];
     }
 }