|
dmBridge PHP API
|
Takes in user input via the URI query string and makes it available via convenient accessors. More...
Takes in user input via the URI query string and makes it available via convenient accessors.
Definition at line 17 of file DMInput.php.
| DMInput::__construct | ( | DMURI $ | uri | ) |
| DMURI | uri URI containing a query |
Definition at line 45 of file DMInput.php.
| DMInput::getBeginDate | ( | ) |
Definition at line 184 of file DMInput.php.
Referenced by getTerms(), and validate().
| DMInput::getCollections | ( | ) |
| DMInput::getDateQualifier | ( | ) |
| DMInput::getEndDate | ( | ) |
Definition at line 223 of file DMInput.php.
Referenced by getTerms(), and validate().
| DMInput::getOnDate | ( | ) |
Definition at line 235 of file DMInput.php.
Referenced by getTerms(), and validate().
| DMInput::getPredicate | ( | $ | index | ) |
| DMInput::getProximity | ( | ) |
| DMInput::getTerms | ( | ) |
Definition at line 272 of file DMInput.php.
Referenced by getPredicate(), and validate().
| DMInput::isPresent | ( | ) |
Definition at line 176 of file DMInput.php.
| DMInput::validate | ( | ) |
| DMIllegalArgumentException |
Definition at line 342 of file DMInput.php.