class GroupSet extends ConcreteObject (View source)

Properties

$error from  ConcreteObject

Methods

loadError($error)

No description

isError()

No description

getError()

No description

setPropertiesFromArray($arr)

No description

static 
camelcase($file)

No description

static 
uncamelcase($string)

No description

static 
getList()

No description

static 
getByID($gsID)

No description

static 
getByName($gsName)

No description

static 
getListByPackage($pkg)

No description

getGroupSetID()

No description

getGroupSetName()

No description

getPackageID()

No description

string
getGroupSetDisplayName(string $format = 'html')

Returns the display name for this group set (localized and escaped accordingly to $format)

updateGroupSetName($gsName)

No description

addGroup(Group $g)

No description

static 
add($gsName, $pkg = false)

No description

clearGroups()

No description

getGroups()

No description

contains(Group $g)

No description

delete()

No description

removeGroup(Group $g)

No description

static 
exportTranslations()

No description

Details

loadError($error)

No description

Parameters

$error

isError()

No description

getError()

No description

setPropertiesFromArray($arr)

No description

Parameters

$arr

static camelcase($file)

No description

Parameters

$file

static uncamelcase($string)

No description

Parameters

$string

static getList()

No description

static getByID($gsID)

No description

Parameters

$gsID

static getByName($gsName)

No description

Parameters

$gsName

static getListByPackage($pkg)

No description

Parameters

$pkg

getGroupSetID()

No description

getGroupSetName()

No description

getPackageID()

No description

string getGroupSetDisplayName(string $format = 'html')

Returns the display name for this group set (localized and escaped accordingly to $format)

Parameters

string $format

= 'html' Escape the result in html format (if $format is 'html'). If $format is 'text' or any other value, the display name won't be escaped.

Return Value

string

updateGroupSetName($gsName)

No description

Parameters

$gsName

addGroup(Group $g)

No description

Parameters

Group $g

static add($gsName, $pkg = false)

No description

Parameters

$gsName
$pkg

clearGroups()

No description

getGroups()

No description

contains(Group $g)

No description

Parameters

Group $g

delete()

No description

removeGroup(Group $g)

No description

Parameters

Group $g

static exportTranslations()

No description