コード例 #1
0
ファイル: html.php プロジェクト: huseyinduygun/flexi
 public static function a($url = '', $text = '')
 {
     $a = new HTMLObj('a', $text);
     return $a->href($url);
 }