spunQ_PLAndCondition Class Reference

A list of statments, combined with a boolean AND. More...

Inheritance diagram for spunQ_PLAndCondition:

spunQ_IPLStatement

List of all members.

Public Member Functions

 __construct (array $statements)
 Constructor.
 getStatements ()
 Provides the statements that are combined with AND.
 __toString ()
 Convert the abstract statement into a string in the language.

Protected Attributes

 $statements
 The statements that are combined with AND.


Detailed Description

A list of statments, combined with a boolean AND.

Definition at line 6 of file PLAndCondition.class.php.


Constructor & Destructor Documentation

spunQ_PLAndCondition::__construct ( array $  statements  ) 

Constructor.

Parameters:
$statements The statements that are combined with AND.
Type:
array<spunQ_IPLStatement>

Definition at line 19 of file PLAndCondition.class.php.


Member Function Documentation

spunQ_PLAndCondition::__toString (  ) 

Convert the abstract statement into a string in the language.

Returns:
string

Implements spunQ_IPLStatement.

Definition at line 35 of file PLAndCondition.class.php.

spunQ_PLAndCondition::getStatements (  ) 

Provides the statements that are combined with AND.

Type:
array<spunQ_IPLStatement>

Definition at line 28 of file PLAndCondition.class.php.


Member Data Documentation

spunQ_PLAndCondition::$statements [protected]

The statements that are combined with AND.

Type:
array<spunQ_IPLStatement>

Definition at line 12 of file PLAndCondition.class.php.


The documentation for this class was generated from the following file:

Generated on Fri Jul 1 11:12:43 2011 for spunQ3 by  doxygen 1.5.9