Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2397689
IDataSearch.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
824 B
Referenced Files
None
Subscribers
None
IDataSearch.php
View Options
<?php
/**
* Syncroton
*
* @package Syncroton
* @subpackage Data
* @license http://www.tine20.org/licenses/lgpl.html LGPL Version 3
* @copyright Copyright (c) 2009-2012 Metaways Infosystems GmbH (http://www.metaways.de)
* @copyright Copyright (c) 2012 Kolab SYstems AG (http://www.kolabsys.com)
* @author Lars Kneschke <l.kneschke@metaways.de>
* @author Aleksander Machniak <machniak@kolabsys.com>
*/
/**
* class to handle ActiveSync Search command
*
* @package Syncroton
* @subpackage Data
*/
interface
Syncroton_Data_IDataSearch
{
/**
* Search command handler
*
* @param Syncroton_Model_StoreRequest $store Search query parameters
*
* @return Syncroton_Model_StoreResponse
*/
public
function
search
(
Syncroton_Model_StoreRequest
$store
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Nov 3, 2:51 PM (17 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
361078
Default Alt Text
IDataSearch.php (824 B)
Attached To
Mode
R4 syncroton
Attached
Detach File
Event Timeline
Log In to Comment