Example #1
0
 public static function create($form)
 {
     $creator = new self($form);
     return $creator->context();
 }