Class RSDEngineEditLiveUserAreaOption

Description

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

The option is of the following format: editLiveUserArea[:$OPERATION][:[rightId=$RIGHT_ID]|[condition=PHP_CODE]] Or to be mor specific: editLiveUserArea[:addAdmin|removeAdmin|updateNameAndComment|all][[:rightId=column|table.column|SQL_QUERY|PHP_CODE]|condition=PHP_CODE

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


	
			
Variable Summary
Method Summary
RSDEngineEditLiveUserAreaOption RSDEngineEditLiveUserAreaOption (mixed $options)
void &factory (mixed &$rsdEngineDBTable, mixed &$rsdEngineColumn, mixed $option)
String toString ()
Variables
mixed $columnName = '' (line 6451)
mixed $condition = '' (line 6459)
mixed $leftOperand = '' (line 6443)
String $operation = '' (line 6441)

The name of the operation.

Valid values are the following: 'addAdmin', 'removeAdmin', 'updateNameAndComment', 'all'

  • see: $_possibleOperations
mixed $phpCode = '' (line 6457)
mixed $query = '' (line 6453)
mixed $rightOperand = '' (line 6445)
RSDEngineColumn $rsdEngineColumn = null (line 6433)

The column for which this option was set.

RSDEngineDBTable $rsdEngineDBTable = null (line 6428)

The RSDEngineDBTable instance that created this instance.

mixed $selectIncludingMethod = '' (line 6455)
mixed $tableName = '' (line 6449)
mixed $type = '' (line 6447)
Methods
Constructor RSDEngineEditLiveUserAreaOption (line 6461)
RSDEngineEditLiveUserAreaOption RSDEngineEditLiveUserAreaOption (mixed $options)
factory (line 6471)
void &factory (mixed &$rsdEngineDBTable, mixed &$rsdEngineColumn, mixed $option)
toString (line 6618)

Return a literal representation of this instance.

String toString ()

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