Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117883189
IFolder.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
IFolder.php
View Options
<?php
/**
* Syncroton
*
* @package Syncroton
* @subpackage Backend
* @license http://www.tine20.org/licenses/lgpl.html LGPL Version 3
* @author Lars Kneschke <l.kneschke@metaways.de>
* @copyright Copyright (c) 2009-2012 Metaways Infosystems GmbH (http://www.metaways.de)
*
*/
/**
* sql backend class for the folder state
*
* @package Syncroton
* @subpackage Backend
*/
interface
Syncroton_Backend_IFolder
{
/**
* @param Syncroton_Model_IFolder $_folder
* @return Syncroton_Model_IFolder
*/
public
function
create
(
Syncroton_Model_IFolder
$_folder
);
public
function
delete
(
$_id
);
public
function
get
(
$_id
);
/**
* get folder indentified by $_folderId
*
* @param Syncroton_Model_Device|string $_deviceId
* @param string $_folderId
* @return Syncroton_Model_IFolder
*/
public
function
getFolder
(
$_deviceId
,
$_folderId
);
/**
* get array of ids which got send to the client for a given class
*
* @param Syncroton_Model_Device $_deviceId
* @param string $_class
* @return array
*/
public
function
getFolderState
(
$_deviceId
,
$_class
);
/**
* delete all stored folderId's for given device
*
* @param Syncroton_Model_Device $_deviceId
* @param string $_class
*/
public
function
resetState
(
$_deviceId
);
public
function
update
(
Syncroton_Model_IFolder
$_folder
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Apr 6, 12:57 AM (4 d, 23 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18747711
Default Alt Text
IFolder.php (1 KB)
Attached To
Mode
rS syncroton
Attached
Detach File
Event Timeline