Exemple #1
0
 public static function get($name, $id, $data = null)
 {
     $html = new CreateHtml($name, $id);
     return $html->get($data);
 }