Exemplo n.º 1
0
 /**
  * Get image URL for customer front-end
  *
  * @return string
  */
 public function getFrontURL()
 {
     return !$this->getRepository()->isCheckImage() || $this->checkImageHash() ? parent::getFrontURL() : null;
 }