Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F8199448
Tasks.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
Tasks.php
View Options
<?php
/**
* Syncroton
*
* @package Model
* @license http://www.tine20.org/licenses/lgpl.html LGPL Version 3
* @copyright Copyright (c) 2009-2012 Metaways Infosystems GmbH (http://www.metaways.de)
* @author Lars Kneschke <l.kneschke@metaways.de>
*/
/**
* class to handle ActiveSync Sync command
*
* @package Model
*/
class
Syncroton_Data_Tasks
extends
Syncroton_Data_AData
{
protected
function
_initData
()
{
/**
* used by unit tests only to simulated added folders
*/
Syncroton_Data_AData
::
$folders
[
get_class
(
$this
)]
=
array
(
'tasksFolderId'
=>
new
Syncroton_Model_Folder
(
array
(
'id'
=>
sha1
(
mt_rand
().
microtime
()),
'serverId'
=>
'tasksFolderId'
,
'parentId'
=>
0
,
'displayName'
=>
'Default Tasks Folder'
,
'type'
=>
Syncroton_Command_FolderSync
::
FOLDERTYPE_TASK
))
);
/**
* used by unit tests only to simulated added folders
*/
#Syncroton_Data_AData::$entries[get_class($this)] = array(
# 'tasksFolderId' => array(
# )
#);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jul 8, 11:10 PM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1051875
Default Alt Text
Tasks.php (1 KB)
Attached To
Mode
R4 syncroton
Attached
Detach File
Event Timeline
Log In to Comment