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
  • 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
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • 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
  • QuickEdit
    • Interfaces
    • Repositories
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository
  • VersionInfo
    • Factories
    • Reader
    • ValueObjects

Classes

  • AbstractCollection
  • AddressFormatProvider
  • CurrencyCode
  • CustomerStatusProvider
  • EditableCollection
  • EditableKeyValueCollection
  • EmptyCurrencyCode
  • EmptyDateTime
  • EmptyLanguageCode
  • FileDownloadInformation
  • IdCollection
  • KeyValueCollection
  • LanguageCode
  • LanguageProvider
  • ModuleTitleProvider
  • PaymentTitleProvider
  • ShippingTitleProvider
  • StringCollection
  • UrlRewrite
  • UrlRewriteCollection

Class ModuleTitleProvider

Class ModuleTitleProvider

Direct known subclasses

PaymentTitleProvider, ShippingTitleProvider

Abstract
Package: Shared
Category: System
Located at Shared/ModuleTitleProvider.inc.php

Methods summary

public static string
# getStrippedTagsTitle( string $methodName, string $languageDirectory = '' )

Returns the module title value. The value gets manipulated by the strip_tags and trim functions.

Returns the module title value. The value gets manipulated by the strip_tags and trim functions.

Parameters

$methodName
Name of module method.
$languageDirectory
Path to language directory.

Returns

string
Stripped module title.
public
# title( $methodName, $languageDirectory = '' )
public static string
# getTitle( string $methodName, string $languageDirectory = '' )

Returns the title of a module module.

Returns the title of a module module.

Parameters

$methodName
Name of module method.
$languageDirectory
Path to language directory.

Returns

string
Module title.
protected static
# _validateMethodNameArgument( string & $methodName )

Validates the method name argument. The referenced value gets manipulated by the basename and trim functions.

Validates the method name argument. The referenced value gets manipulated by the basename and trim functions.

Parameters

$methodName
Name of module method.
protected static
# _validateLanguageDirectoryArgument( string & $languageDirectory )

Validates the language directory argument. The referenced value gets manipulated by the basename and trim functions.

Validates the language directory argument. The referenced value gets manipulated by the basename and trim functions.

Parameters

$languageDirectory
Path of language directory.
protected static LanguageTextManager
# _getLanguageTextManager( )

Returns the language text manager instance.

Returns the language text manager instance.

Returns

LanguageTextManager

Properties summary

protected static LanguageTextManager $language
#
protected static string $type
#
API documentation generated by ApiGen