\Horde_Kolab_Server_Result_Interface

Interface for query results.

Copyright 2008-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Summary

Methods
Constants
count()
sizeLimitExceeded()
asArray()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

count()

count() : integer

The number of result entries.

Returns

integer —

The number of elements.

sizeLimitExceeded()

sizeLimitExceeded() : boolean

Test if the last search exceeded the size limit.

Returns

boolean —

True if the last search exceeded the size limit.

asArray()

asArray() : array

Return the result as an array.

Returns

array —

The resulting array.