PHP 인터페이스 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.
파일 보기 프로젝트 열기: horde/horde 0 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

asArray() 공개 메소드

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

count() 공개 메소드

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

sizeLimitExceeded() 공개 메소드

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