Page MenuHomePhorge

CodePage15.php
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

CodePage15.php

<?php
/**
* Syncroton
*
* @package Wbxml
* @subpackage ActiveSync
* @license http://www.tine20.org/licenses/lgpl.html LGPL Version 3
* @copyright Copyright (c) 2008-2012 Metaways Infosystems GmbH (http://www.metaways.de)
* @author Lars Kneschke <l.kneschke@metaways.de>
*/
/**
* class documentation
*
* @package Wbxml
* @subpackage ActiveSync
*/
class Syncroton_Wbxml_Dtd_ActiveSync_CodePage15 extends Syncroton_Wbxml_Dtd_ActiveSync_Abstract
{
protected $_codePageNumber = 15;
protected $_codePageName = 'Search';
protected $_tags = array(
'Search' => 0x05,
'Store' => 0x07,
'Name' => 0x08,
'Query' => 0x09,
'Options' => 0x0a,
'Range' => 0x0b,
'Status' => 0x0c,
'Response' => 0x0d,
'Result' => 0x0e,
'Properties' => 0x0f,
'Total' => 0x10,
'EqualTo' => 0x11,
'Value' => 0x12,
'And' => 0x13,
'Or' => 0x14,
'FreeText' => 0x15,
'DeepTraversal' => 0x17,
'LongId' => 0x18,
'RebuildResults' => 0x19,
'LessThan' => 0x1a,
'GreaterThan' => 0x1b,
'Schema' => 0x1c,
'Supported' => 0x1d,
'UserName' => 0x1e,
'Password' => 0x1f,
'ConversationId' => 0x20,
'Picture' => 0x21,
'MaxSize' => 0x22,
'MaxPictures' => 0x23
);
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Nov 20, 5:20 PM (17 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387236
Default Alt Text
CodePage15.php (1 KB)

Event Timeline