Inherited by IcingaApiResultFile, and IcingaApiResultIdo.
Public Member Functions | |
__construct () | |
__get ($name) | |
__call ($name, $arguments=array()) | |
get ($searchField=false) | |
getRow () | |
setSearchObject (&$object) | |
setResultType ($type) | |
current () | |
key () | |
valid () | |
getResultCount () | |
Protected Attributes | |
$searchObject = false | |
$resultType = self::RESULT_OBJECT | |
$resultArray = false | |
$resultRow = false | |
$numResults = false | |
$offset = false |
IcingaApiResult::__construct | ( | ) |
class constructor
void |
Reimplemented from IcingaApi.
Reimplemented in IcingaApiResultFile, IcingaApiResultIdo, and IcingaApiResultIdoAbstraction.
IcingaApiResult::__call | ( | $ | name, | |
$ | arguments = array() | |||
) |
(non-PHPdoc)
Implements IcingaApiResultInterface.
IcingaApiResult::__get | ( | $ | name | ) |
(non-PHPdoc)
Implements IcingaApiResultInterface.
IcingaApiResult::current | ( | ) |
returns current result object
void |
IcingaApiResult::get | ( | $ | searchField = false |
) |
(non-PHPdoc)
Implements IcingaApiResultInterface.
IcingaApiResult::getResultCount | ( | ) |
(non-PHPdoc)
Implements IcingaApiResultInterface.
IcingaApiResult::getRow | ( | ) |
(non-PHPdoc)
Implements IcingaApiResultInterface.
IcingaApiResult::key | ( | ) |
returns current offset
void |
IcingaApiResult::setResultType | ( | $ | type | ) |
(non-PHPdoc)
Implements IcingaApiResultInterface.
IcingaApiResult::setSearchObject | ( | &$ | object | ) | [abstract] |
sets the search object
mixed | $object search object for further processing |
Reimplemented in IcingaApiResultFile, and IcingaApiResultIdo.
IcingaApiResult::valid | ( | ) |
checks whether there's a result row left
void |
IcingaApiResult::$numResults = false [protected] |
IcingaApiResult::$offset = false [protected] |
IcingaApiResult::$resultArray = false [protected] |
IcingaApiResult::$resultRow = false [protected] |
IcingaApiResult::$resultType = self::RESULT_OBJECT [protected] |
IcingaApiResult::$searchObject = false [protected] |
Reimplemented from IcingaApi.