Methods summary
public
|
#
__construct( mixed $mId = false )
Constructor Function
Parameters
- $mId
mixed $mId [optional] Specifies the ID of item to load
Throws
Overrides
|
public
boolean
|
#
store( )
Stores made changes.
Returns
boolean
Overrides
|
public
boolean
|
#
setField( string $name, mixed $value, boolean $bSafe = true )
Userdefined setter for lang fields.
Userdefined setter for lang fields.
Parameters
- $name
string $name
- $value
mixed $value
- $bSafe
boolean $bSafe [optional] Flag to run defined inFilter on passed value
Returns
boolean
Overrides
|
protected
|
#
_loadProperties( integer $idclient = 0 )
Loads all languagesettings into an static array.
Loads all languagesettings into an static array.
Parameters
- $idclient
integer $idclient [optional] Id of client to load properties from
|
public
mixed
|
#
getProperty( string $type, string $name, integer $idclient = 0 )
Returns a custom property.
Returns a custom property.
Parameters
- $type
string $type Specifies the type
- $name
string $name Specifies the name
- $idclient
integer $idclient [optional] Id of client to set property for
Returns
mixed Value of the given property or false if item hasn't been loaded
Overrides
|