Exemplo n.º 1
0
/**
 * Returns a "<a>" HTML element.
 */
function html_a($content, $href, $attributes = array())
{
    return \Phpf\Util\Html::a($content, $href, $attributes);
}