Ejemplo n.º 1
0
 public static function createDefault()
 {
     $v = new Accttype();
     $v->defaultAllFields();
     return $v;
 }