Documentation

tools

Module tools trait

Table of Contents

getObject() Get module object instance trait:short
getModuleKey() Returns modul key based on current class string
addLangVarPrefix() Returns language variable with module prefix string
initConstruct() Additional initialize process after @see self::__construct bool

Methods

getObject()

Get module object instance

protected final getObject( [ $key : string = '' ] [, $initDb : bool = true ] ) : module
Parameters
$key : string = ''
$initDb : bool = true
Return values
module

getModuleKey()

Returns modul key based on current class

protected final getModuleKey( ) : string
Return values
string

addLangVarPrefix()

Returns language variable with module prefix

protected addLangVarPrefix( $var : string ) : string
Parameters
$var : string
Return values
string

initConstruct()

Additional initialize process after @see self::__construct

protected initConstruct( ) : bool
Return values
bool

Search results