PHP Class Horde_Kolab_Server_Search_Operation_Constraint_Strict, 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.
Show file
Open project: horde/horde
Class Usage Examples
Public Methods
Method |
Description |
|
__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. |
|
Method Details
Delegate to the actual search operation.
__construct()
public method
public __construct ( Horde_Kolab_Server_Search_Operation_Interface $search ) |
$search |
Horde_Kolab_Server_Search_Operation_Interface |
The search being restricted. |
getStructure()
public method
Return the reference to the server structure.
public getStructure ( ) : Horde_Kolab_Server_Structure_Interface |
return |
Horde_Kolab_Server_Structure_Interface |
|