IcingaApiResultInterface Interface Reference

Inherited by IcingaApiResult.

List of all members.

Public Member Functions

 setResultType ($type)
 __get ($name)
 __call ($name, $arguments=array())
 get ($searchField=false)
 getRow ()
 getResultCount ()


Detailed Description

Author:
Christian Doebler <christian.doebler@netways.de>

Member Function Documentation

IcingaApiResultInterface::__call ( name,
arguments = array() 
)

returns result data

Parameters:
string $name name of column to return
array $arguments NOT USED
Returns:
void
Author:
Christian Doebler <christian.doebler@netways.de>

Implemented in IcingaApiResult.

IcingaApiResultInterface::__get ( name  ) 

returns result data

Parameters:
string $name name of column to return
Returns:
void
Author:
Christian Doebler <christian.doebler@netways.de>

Implemented in IcingaApiResult.

IcingaApiResultInterface::get ( searchField = false  ) 

returns query result

Parameters:
string $searchField field name to return value of
Returns:
mixed search result
Author:
Christian Doebler <christian.doebler@netways.de>

Implemented in IcingaApiResult.

IcingaApiResultInterface::getResultCount (  ) 

return the number of rows which where returned by a query

Returns:
integer number of rows
Author:
Christian Doebler <christian.doebler@netways.de>

Implemented in IcingaApiResult.

IcingaApiResultInterface::getRow (  ) 

returns a complete row from query result

Parameters:
void 
Returns:
mixed search-result row
Author:
Christian Doebler <christian.doebler@netways.de>

Implemented in IcingaApiResult.

IcingaApiResultInterface::setResultType ( type  ) 

sets the type of return data

Parameters:
string $type type of data to return (object, array)
Returns:
boolean true on success otherwise false
Author:
Christian Doebler <christian.doebler@netways.de>

Implemented in IcingaApiResult.


The documentation for this interface was generated from the following file:

Generated on Fri Jul 3 08:52:12 2009 for ICINGA-API by  doxygen 1.5.8