\VisualComponent

Summary

Methods
Properties
Constants
__construct()
__call()
__get()
__set()
refresh_get()
__toString()
No public properties found
No constants found
get()
getValues()
getWords()
logWrite()
getLog()
getVersionInfo()
set_layoutkit()
getTemplatePrefix()
getAppname()
No protected properties found
N/A
No private methods found
$_parameters
$_cache
N/A

Properties

$_parameters

$_parameters

$_cache

$_cache

Methods

__construct()

__construct()

__call()

__call( $methodname,  $args)

fancy method for automatic template inclusion.

based on the given methodname and classname, we determine a template filename and, if it exists, include it. Otherwise, look for the template file in the parent class.

Parameters

$methodname
$args

__get()

__get( $key)

Parameters

$key

__set()

__set( $key,  $value)

Parameters

$key
$value

refresh_get()

refresh_get( $key)

Parameters

$key

__toString()

__toString()

get()

get( $key)

Parameters

$key

getValues()

getValues()

getWords()

getWords() : object

returns an instance of the MOD_words class

Returns

object

logWrite()

logWrite(string $string, string $type)

wrapper for calls to MOD_log::get->write()

Parameters

string $string
string $type

getLog()

getLog() : object

wrapper function for MOD_log::get()

Returns

object

getVersionInfo()

getVersionInfo() : string

returns the revision number saved in revision.txt

Returns

string

set_layoutkit()

set_layoutkit(\unknown_type $layoutkit)

called by the framework, to inject some essential values.

.

Parameters

\unknown_type $layoutkit

getTemplatePrefix()

getTemplatePrefix( $classname)

Parameters

$classname

getAppname()

getAppname( $classname)

Parameters

$classname