Back to PhocacartRenderIcon class

Method getClassAdmin

public static
getClassAdmin
(mixed $name = '')

Method getClassAdmin - Source code

/*
 * @deprecated
 */
public static function getClassAdmin($name = '')
{
    if ($name != '') {
        return 'glyphicon glyphicon-' . $name;
    }
    return '';
}