AccountInfoTrait

Grant access to info/ helpers

Known Users

Module\Skeleton\Standard
Methods Summary
protected
# getServices( )
Get all service configuration
protected
# getNewServices( string $service = NULL )
Get unsynchronized configuration
protected
# getOldServices( string $service = NULL )
Get previous configuration
protected
# getActiveServices( string $svc = NULL )
Get current service configuration
protected
# getConfig( string $service , string $parameter = NULL )
Get service configuration Alias to getServiceValue($service, $parameter)
protected
# getServiceValue( string $service , string $parameter = NULL, mixed $default = NULL )
mixed get_service_value(string, string) Get site configuration value from <FST>/info/current
protected
# setConfigJournal( string $service , string $parameter , mixed $value )
Journals data to <site config>/info/new/<$svc_name> Invokes reconfigure hook when EditVirtDomain is used
protected
# setConfig( string $service , string $parameter , mixed $value , bool $journal = false )
Writes out configuration immediately to <site config>/info/current/<$svc_name> *Does not* invoke reconfigure hook when EditVirtDomain is used