Exemple #1
0
 /**
  * @return Services_Widget_ValidVO
  */
 public static function instance()
 {
     if (is_null(self::$self)) {
         self::$self = new self();
     }
     return self::$self;
 }
Exemple #2
0
 public function dataValid($api)
 {
     switch ($api) {
         case Constants_WidgetConfigEnum::GET_CONFIG:
             Services_Widget_ValidVO::instance()->validGetConfig();
             break;
     }
 }