コード例 #1
0
ファイル: Form.php プロジェクト: alexanderTsig/arabic
 public static function getPrefix(HTML_QuickForm2_Element $el)
 {
     return sprintf('<a name="%s"></a>', $el->getName());
 }