PHP Interface Horde_Kolab_Server_Result_Interface, horde

Copyright 2008-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Datei anzeigen Open project: horde/horde Interface Usage Examples

Public Methods

Method Description
asArray ( ) : array Return the result as an array.
count ( ) : integer The number of result entries.
sizeLimitExceeded ( ) : boolean Test if the last search exceeded the size limit.

Method Details

asArray() public method

Return the result as an array.
public asArray ( ) : array
return array The resulting array.

count() public method

The number of result entries.
public count ( ) : integer
return integer The number of elements.

sizeLimitExceeded() public method

Test if the last search exceeded the size limit.
public sizeLimitExceeded ( ) : boolean
return boolean True if the last search exceeded the size limit.