Пример #1
0
 public static function getColorPicker()
 {
     if (!self::$colorPicker) {
         self::$colorPicker = new ColorPicker();
     }
     return self::$colorPicker;
 }