Public Member Functions | |
setResultType ($type) | |
__get ($name) | |
__call ($name, $arguments=array()) | |
get ($searchField=false) | |
getRow () | |
getResultCount () |
IcingaApiResultInterface::__call | ( | $ | name, | |
$ | arguments = array() | |||
) |
returns result data
string | $name name of column to return | |
array | $arguments NOT USED |
Implemented in IcingaApiResult.
IcingaApiResultInterface::__get | ( | $ | name | ) |
returns result data
string | $name name of column to return |
Implemented in IcingaApiResult.
IcingaApiResultInterface::get | ( | $ | searchField = false |
) |
returns query result
string | $searchField field name to return value of |
Implemented in IcingaApiResult.
IcingaApiResultInterface::getResultCount | ( | ) |
return the number of rows which where returned by a query
Implemented in IcingaApiResult.
IcingaApiResultInterface::getRow | ( | ) |
returns a complete row from query result
void |
Implemented in IcingaApiResult.
IcingaApiResultInterface::setResultType | ( | $ | type | ) |
sets the type of return data
string | $type type of data to return (object, array) |
Implemented in IcingaApiResult.