Example #1
0
 public static function getInstance($formid, $editable = false)
 {
     $instance = new self();
     $instance->getMapping($formid, $editable);
     return $instance;
 }