Class RSDEngineEditLiveUserRightOption

Description

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

The option is of the following format: editLiveUserRight[:$OPERATION][:[rightId=$RIGHT_ID]|[condition=PHP_CODE]] Or to be mor specific: editLiveUserRight[:userRight|groupRight|grantRight|revokeRight|grantUserRight|revokeUserRight|grantGroupRight|revokeGroupRight|all][[:rightId=column|table.column|SQL_QUERY|PHP_CODE]|condition=PHP_CODE

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


	
			
Variable Summary
Method Summary
RSDEngineEditLiveUserRightOption RSDEngineEditLiveUserRightOption (mixed $options)
void &factory (mixed &$rsdEngineDBTable, mixed &$rsdEngineColumn, mixed $option)
String toString ()
Variables
mixed $columnName = '' (line 6212)
mixed $condition = '' (line 6220)
mixed $leftOperand = '' (line 6204)
String $operation = '' (line 6202)

The name of the operation.

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

  • see: $_possibleOperations
mixed $phpCode = '' (line 6218)
mixed $query = '' (line 6214)
mixed $rightOperand = '' (line 6206)
RSDEngineColumn $rsdEngineColumn = null (line 6194)

The column for which this option was set.

RSDEngineDBTable $rsdEngineDBTable = null (line 6189)

The RSDEngineDBTable instance that created this instance.

mixed $selectIncludingMethod = '' (line 6216)
mixed $tableName = '' (line 6210)
mixed $type = '' (line 6208)
Methods
Constructor RSDEngineEditLiveUserRightOption (line 6222)
RSDEngineEditLiveUserRightOption RSDEngineEditLiveUserRightOption (mixed $options)
factory (line 6232)
void &factory (mixed &$rsdEngineDBTable, mixed &$rsdEngineColumn, mixed $option)
toString (line 6383)

Return a literal representation of this instance.

String toString ()

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