Ejemplo n.º 1
0
 /**
  * Check if this loco class has a cover image
  * @since Version 3.9
  * @return boolean
  */
 public function hasCoverImage()
 {
     return Utility\CoverImageUtility::hasCoverImage($this);
 }