Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • CustomerGroup
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Serializers
    • Services
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Geschaeftskundenversand
    • Helpers
    • Invoices
    • Orders
    • ParcelShopFinder
    • QuickEdit
    • Serializers
    • Templates
  • Geschaeftskundenversand
    • Exceptions
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Manufacturer
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • OrderStatus
    • Collections
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Repositories
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • QuantityUnit
    • Entities
    • Factories
    • Repositories
  • QuickEdit
    • Interfaces
    • Repositories
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Smarty
    • plugins
  • StaticSeoUrl
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • StaticSeoUrls
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository
  • VersionInfo
    • Factories
    • Reader
    • ValueObjects
  • VPE
    • Entities
    • Factories
    • Repositories

Classes

  • ApiV2Authenticator
  • FontAwesomeIconClassProvider
  • GXSmarty
  • ManufacturerServiceFactory
  • ProductRepositoryDeleteHelper
  • Smarty_Resource_Get_Usermod
  • ZonesController

Traits

  • ContentManagerContentNavigationTrait

Functions

  • smarty_function_check_magna_execute
  • smarty_function_check_mailbeez_menu
  • smarty_function_get_sub_categories
  • smarty_function_gm_footer
  • smarty_function_gm_get_conf
  • smarty_function_gm_gmotion
  • smarty_function_gm_gprint
  • smarty_function_gm_menuboxes
  • smarty_function_html_shop_offline
  • smarty_function_is_filemanager_available
  • smarty_function_load_env_array
  • smarty_function_load_language_text
  • smarty_function_object_product_list
  • smarty_function_page_url
  • smarty_function_pre_black_container
  • smarty_modifier_gm_get_conf
  • smarty_modifier_gm_get_env_info
  • smarty_modifier_has_children
  • smarty_modifier_xtc_href_link
  • smarty_outputfilter_note
  • smarty_php_tag

Class FontAwesomeIconClassProvider

Located at Shared/FontAwesomeIconClassProvider.inc.php

Methods summary

public static string
# getClass( string $type )

Returns a font awesome class string by the given type. If no type for the given file type was found, the fallback class 'fa fa-file-text-o' will be returned.

Returns a font awesome class string by the given type. If no type for the given file type was found, the fallback class 'fa fa-file-text-o' will be returned.

Parameters

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

Returns

string
Font awesome class string.

Properties summary

protected static array $map
# [ 'media' => 'fa fa-play-circle-o', 'documents' => 'fa fa-file-o', 'tables' => 'fa fa-table', 'presentation' => 'fa fa-file-powerpoint-o', 'images' => 'fa fa-file-image-o', 'text' => 'fa fa-file-text-o', 'archived' => 'fa fa-file-archive-o' ]
protected static array $media
# [ 'webm', 'ogx', 'ogv', 'oga', 'ogg', 'ogm', 'spx', 'mp3', 'mp4', 'wav', 'asf', 'mpg', 'mpeg', 'avi', 'wmv', 'mov', 'ram' ]
protected static array $documents
# [ 'doc', 'docx', 'docm', 'dot', 'dotm', 'dotx', 'odt', 'ods', 'odg', 'odc', 'odf', 'odi', 'odm', 'ott', 'ots', 'otp', 'otg' ]
protected static array $tables
# [ 'xls', 'xlsx', 'xlsb', 'xlsm', 'xlt', 'xltm', 'xltx', 'xlw', 'csv', 'ods' ]
protected static array $presentation
# [ 'odp', 'ppa', 'ppam', 'pps', 'ppsm', 'ppsx', 'ppt', 'pptm', 'pptx', 'pptx', 'pptx', 'pot', 'potm', 'potx', ]
protected static array $images
# [ 'bmp', 'gif', 'jpg', 'jpeg', 'png' ]
protected static array $text
# [ 'rtf', 'txt' ]
protected static array $archived
# [ 'rar', 'tar', 'zip', 'bz2', '7z', 's7z', 'gz', 'tar.gz' ]
protected static array $custom
# [ 'pdf' => 'fa fa-file-pdf-o', 'html' => 'fa fa-html5', 'htm' => 'fa fa-html5', 'link' => 'fa fa-link' ]
API documentation generated by ApiGen