Ejemplo n.º 1
0
 /**
  * For your custom default usage you may want to initialize an Aq_Resize object by yourself and then have own defaults
  */
 public static function getInstance()
 {
     if (self::$instance == null) {
         self::$instance = new self();
     }
     return self::$instance;
 }