Class ModuleTitleProvider
Class ModuleTitleProvider
Direct known subclasses
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 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.