Public Member Functions | |
| __construct ($string, $condition) | |
Public Attributes | |
| const | STRCOND_PRE = 0 |
| const | STRCOND_POST = 1 |
| const | STRCOND_MID = 2 |
| $string | |
| String to match. | |
| $condition | |
| Condition. | |
States that a given string should either be prefix, postfix, or some arbitrary part of labels.
Definition at line 29 of file SMW_Store.php.
| SMWStringCondition::__construct | ( | $ | string, | |
| $ | condition | |||
| ) |
| const SMWStringCondition::STRCOND_PRE = 0 |
Definition at line 30 of file SMW_Store.php.
Referenced by SMWSQLStoreLight::applyRequestOptions(), SMWSQLStore2::applyRequestOptions(), SMWSQLStoreLight::getSQLConditions(), and SMWSQLStore2::getSQLConditions().
| const SMWStringCondition::STRCOND_POST = 1 |
Definition at line 31 of file SMW_Store.php.
Referenced by SMWSQLStoreLight::applyRequestOptions(), SMWSQLStore2::applyRequestOptions(), SMWSQLStoreLight::getSQLConditions(), and SMWSQLStore2::getSQLConditions().
| const SMWStringCondition::STRCOND_MID = 2 |
Definition at line 32 of file SMW_Store.php.
Referenced by SMWSQLStoreLight::applyRequestOptions(), SMWSQLStore2::applyRequestOptions(), SMWSQLStoreLight::getSQLConditions(), and SMWSQLStore2::getSQLConditions().
| SMWStringCondition::$string |
| SMWStringCondition::$condition |
Condition.
One of STRCOND_PRE (string matches prefix), STRCOND_POST (string matches postfix), STRCOND_MID (string matches to some inner part).
Definition at line 44 of file SMW_Store.php.
Referenced by __construct().
1.5.6