Ejemplo n.º 1
0
 /**
  * @return sonnb_XenGallery_Model_PhotoFilter
  */
 public static function getInstance()
 {
     if (self::$_instance === null) {
         self::$_instance = new self();
         self::$_instance->imageFilter();
     }
     return self::$_instance;
 }