Example #1
0
 /**
  * Returns the current ControlGroup
  *
  * @return ControlGroup
  */
 public static function control()
 {
     if (!static::$field) {
         return false;
     }
     return static::$field->getControl();
 }