Class RSDEngineEditLiveUserGroupOption

Description

An instance of this class is created for every editLiveUserGroup option.

The option is of the following format: editLiveUserGroup[:$OPERATION][:[rightId=$RIGHT_ID]|[condition=PHP_CODE]] Or to be mor specific: editLiveUserGroup[:addUser|removeUser|activate|deactivate|updateNameAndComment|all][[:rightId=column|table.column|SQL_QUERY|PHP_CODE]|condition=PHP_CODE

Located in /code/framework/RSDEngine/RSDEngineDBTable.php (line 6658)


	
			
Variable Summary
Method Summary
RSDEngineEditLiveUserGroupOption RSDEngineEditLiveUserGroupOption (mixed $options)
void &factory (mixed &$rsdEngineDBTable, mixed &$rsdEngineColumn, mixed $option)
String toString ()
Variables
mixed $columnName = '' (line 6686)
mixed $condition = '' (line 6694)
mixed $leftOperand = '' (line 6678)
String $operation = '' (line 6676)

The name of the operation.

Valid values are the following: 'all', 'userRight', 'groupRight', 'grantRight', 'revokeRight', 'grantUserRight', 'revokeUserRight', 'grantGroupRight', 'revokeGroupRight'

  • see: $_possibleOperations
mixed $phpCode = '' (line 6692)
mixed $query = '' (line 6688)
mixed $rightOperand = '' (line 6680)
RSDEngineColumn $rsdEngineColumn = null (line 6668)

The column for which this option was set.

RSDEngineDBTable $rsdEngineDBTable = null (line 6663)

The RSDEngineDBTable instance that created this instance.

mixed $selectIncludingMethod = '' (line 6690)
mixed $tableName = '' (line 6684)
mixed $type = '' (line 6682)
Methods
Constructor RSDEngineEditLiveUserGroupOption (line 6696)
RSDEngineEditLiveUserGroupOption RSDEngineEditLiveUserGroupOption (mixed $options)
factory (line 6706)
void &factory (mixed &$rsdEngineDBTable, mixed &$rsdEngineColumn, mixed $option)
toString (line 6853)

Return a literal representation of this instance.

String toString ()

Documentation generated on Mon, 8 Dec 2003 13:12:22 +0100 by phpDocumentor 1.2.3