Example #1
0
 public static function missingImage()
 {
     $image = new self();
     $image->loadByIdentifier("no-image");
     return $image;
 }