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

공개 메소드들

메소드 설명
__call ( string $method, array $args ) : array Delegate to the actual search operation.
__construct ( Horde_Kolab_Server_Search_Operation_Interface $search ) Constructor
getStructure ( ) : Horde_Kolab_Server_Structure_Interface Return the reference to the server structure.

메소드 상세

__call() 공개 메소드

Delegate to the actual search operation.
public __call ( string $method, array $args ) : array
$method string The name of the called method.
$args array Arguments of the call.
리턴 array The search result.

__construct() 공개 메소드

Constructor
public __construct ( Horde_Kolab_Server_Search_Operation_Interface $search )
$search Horde_Kolab_Server_Search_Operation_Interface The search being restricted.

getStructure() 공개 메소드

Return the reference to the server structure.
public getStructure ( ) : Horde_Kolab_Server_Structure_Interface
리턴 Horde_Kolab_Server_Structure_Interface