Class ModuleTitleProvider

Class ModuleTitleProvider

Direct known subclasses

PaymentTitleProvider, ShippingTitleProvider

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

Methods summary

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

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

public title( $methodName, $languageDirectory = '' )
public static getTitle( string $methodName, string $languageDirectory = '' ) : string

Returns the title of a module module.

protected static _validateMethodNameArgument( string & $methodName )

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

protected static _validateLanguageDirectoryArgument( string & $languageDirectory )

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

protected static _getLanguageTextManager( void ) : LanguageTextManager

Returns the language text manager instance.

Properties summary

protected static $language : LanguageTextManager

		
protected static $type : string