Class ModuleTitleProvider
Class ModuleTitleProvider
Direct known subclasses
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. |
public
|
|
public static
string
|
|
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
LanguageTextManager
|