コード例 #1
0
function wfAttrib($name, $present = true)
{
    return Xml::attrib($name, $present);
}
コード例 #2
0
ファイル: XmlFunctions.php プロジェクト: amjadtbssm/website
function wfAttrib($name, $present = true)
{
    wfDeprecated(__FUNCTION__);
    return Xml::attrib($name, $present);
}