Class Variable

Description

A symbol that represents a value.

A symbol that represents a value.

Located in /Ruleelement.php (line 202)

RuleElement
   |
   --Variable
Direct descendents
Class Description
DateVariable A symbol that represents Date values.
Variable Summary
mixed $value
Method Summary
Variable __construct ( $name,  $value)
Variable Variable ( $name,  $value)
string getType ()
string toString ()
Variables
mixed $value (line 203)

Inherited Variables

Inherited from RuleElement

RuleElement::$name
Methods
Constructor __construct (line 216)

Constructor initializes $name, and the $value.

Constructor initializes $name, and the $value.

  • access: public
Variable __construct ( $name,  $value)
  • $name
  • $value

Redefinition of:
RuleElement::__construct()
Constructor initializes $name.

Redefined in descendants as:
Constructor Variable (line 208)

Constructor initializes $name, and the $value.

Constructor initializes $name, and the $value.

  • access: public
Variable Variable ( $name,  $value)
  • $name
  • $value
equalTo (line 242)

Determines whether another Variable's value is equal to its own value.

Determines whether another Variable's value is equal to its own value.

  • public:
Proposition equalTo (Variable $variable)
getType (line 225)

Returns "Variable.

Returns "Variable."

  • access: public
string getType ()

Redefinition of:
RuleElement::getType()
Returns the type of RuleElement.

Redefined in descendants as:
greaterThan (line 286)

Determines whether another Variable's value is greater than to its own value.

Determines whether another Variable's value is greater than to its own value.

  • public:
Proposition greaterThan (Variable $variable)
greaterThanOrEqualTo (line 297)

Determines whether another Variable's value is greater than or equal to its own value.

Determines whether another Variable's value is greater than or equal to its own value.

  • public:
Proposition greaterThanOrEqualTo (Variable $variable)
lessThan (line 264)

Determines whether another Variable's value is less than to its own value.

Determines whether another Variable's value is less than to its own value.

  • public:
Proposition lessThan (Variable $variable)
lessThanOrEqualTo (line 275)

Determines whether another Variable's value is less than or equal to to its own value.

Determines whether another Variable's value is less than or equal to to its own value.

  • public:
Proposition lessThanOrEqualTo (Variable $variable)
notEqualTo (line 253)

Determines whether another Variable's value is <em>not</em> equal to its own value.

Determines whether another Variable's value is <em>not</em> equal to its own value.

  • public:
Proposition notEqualTo (Variable $variable)
toString (line 233)

Returns a human-readable statement and value.

Returns a human-readable statement and value.

  • access: public
string toString ()

Redefinition of:
RuleElement::toString()
Returns the name of the RuleElement.

Redefined in descendants as:

Inherited Methods

Inherited From RuleElement

RuleElement::RuleElement()
RuleElement::__construct()
RuleElement::getType()
RuleElement::toString()

Documentation generated on Thu, 24 Mar 2011 21:27:41 -0500 by phpDocumentor 1.4.1