PHP 클래스 Horde_Kolab_Server_Connection_Mock_Search, 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.
상속: extends Horde_Ldap_Search
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__construct ( array $result ) Constructor.
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.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $result )
$result array The search result.

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.