PHP 인터페이스 Horde_Kolab_Server_Query_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 사용 예제들

공개 메소드들

메소드 설명
__toString ( ) : string Return the query as a string.
convertAnd ( Horde_Kolab_Server_Query_Element_And $and ) : mixed Convert the and element to query format.
convertApprox ( Horde_Kolab_Server_Query_Element_Approx $approx ) : mixed Convert the approx element to query format.
convertBegins ( Horde_Kolab_Server_Query_Element_Begins $begins ) : mixed Convert the begins element to query format.
convertContains ( Horde_Kolab_Server_Query_Element_Contains $contains ) : mixed Convert the contains element to query format.
convertEnds ( Horde_Kolab_Server_Query_Element_Ends $ends ) : mixed Convert the ends element to query format.
convertEquals ( Horde_Kolab_Server_Query_Element_Equals $equals ) : mixed Convert the equals element to query format.
convertGreater ( Horde_Kolab_Server_Query_Element_Greater $greater ) : mixed Convert the greater element to query format.
convertLess ( Horde_Kolab_Server_Query_Element_Less $less ) : mixed Convert the less element to query format.
convertNot ( Horde_Kolab_Server_Query_Element_Not $not ) : mixed Convert the not element to query format.
convertOr ( Horde_Kolab_Server_Query_Element_Group $or ) : mixed Convert the or element to query format.

메소드 상세

__toString() 공개 메소드

Return the query as a string.
public __toString ( ) : string
리턴 string The query in string format.

convertAnd() 공개 메소드

Convert the and element to query format.
public convertAnd ( Horde_Kolab_Server_Query_Element_And $and ) : mixed
$and Horde_Kolab_Server_Query_Element_And
리턴 mixed The query element in query format.

convertApprox() 공개 메소드

Convert the approx element to query format.
public convertApprox ( Horde_Kolab_Server_Query_Element_Approx $approx ) : mixed
$approx Horde_Kolab_Server_Query_Element_Approx
리턴 mixed The query element in query format.

convertBegins() 공개 메소드

Convert the begins element to query format.
public convertBegins ( Horde_Kolab_Server_Query_Element_Begins $begins ) : mixed
$begins Horde_Kolab_Server_Query_Element_Begins
리턴 mixed The query element in query format.

convertContains() 공개 메소드

Convert the contains element to query format.
public convertContains ( Horde_Kolab_Server_Query_Element_Contains $contains ) : mixed
$contains Horde_Kolab_Server_Query_Element_Contains
리턴 mixed The query element in query format.

convertEnds() 공개 메소드

Convert the ends element to query format.
public convertEnds ( Horde_Kolab_Server_Query_Element_Ends $ends ) : mixed
$ends Horde_Kolab_Server_Query_Element_Ends
리턴 mixed The query element in query format.

convertEquals() 공개 메소드

Convert the equals element to query format.
public convertEquals ( Horde_Kolab_Server_Query_Element_Equals $equals ) : mixed
$equals Horde_Kolab_Server_Query_Element_Equals
리턴 mixed The query element in query format.

convertGreater() 공개 메소드

Convert the greater element to query format.
public convertGreater ( Horde_Kolab_Server_Query_Element_Greater $greater ) : mixed
$greater Horde_Kolab_Server_Query_Element_Greater
리턴 mixed The query element in query format.

convertLess() 공개 메소드

Convert the less element to query format.
public convertLess ( Horde_Kolab_Server_Query_Element_Less $less ) : mixed
$less Horde_Kolab_Server_Query_Element_Less
리턴 mixed The query element in query format.

convertNot() 공개 메소드

Convert the not element to query format.
public convertNot ( Horde_Kolab_Server_Query_Element_Not $not ) : mixed
$not Horde_Kolab_Server_Query_Element_Not
리턴 mixed The query element in query format.

convertOr() 공개 메소드

Convert the or element to query format.
public convertOr ( Horde_Kolab_Server_Query_Element_Group $or ) : mixed
$or Horde_Kolab_Server_Query_Element_Group
리턴 mixed The query element in query format.