Exemplo n.º 1
0
 function staticGet($p, $k = false)
 {
     $cl = new Tests();
     $cl->get($p, $k);
     return $cl;
 }