
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. | |
Definition at line 6 of file PLAndCondition.class.php.
| spunQ_PLAndCondition::__construct | ( | array $ | statements | ) |
Constructor.
| $statements | The statements that are combined with AND. |
Definition at line 19 of file PLAndCondition.class.php.
| spunQ_PLAndCondition::__toString | ( | ) |
Convert the abstract statement into a string in the language.
Implements spunQ_IPLStatement.
Definition at line 35 of file PLAndCondition.class.php.
| spunQ_PLAndCondition::getStatements | ( | ) |
Provides the statements that are combined with AND.
Definition at line 28 of file PLAndCondition.class.php.
spunQ_PLAndCondition::$statements [protected] |
The statements that are combined with AND.
Definition at line 12 of file PLAndCondition.class.php.
1.5.9