FontAwesomeIconClassProvider

package

Default

Methods

Returns a font awesome class string by the given type.

getClass(string $type) : string
static

If no type for the given file type was found, the fallback class 'fa fa-file-text-o' will be returned.

Arguments

$type

string

File type, which is represent by the font awesome icon class.

Response

string

Font awesome class string.

Properties