Page MenuHomePhorge

CodePage3.php
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

CodePage3.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_CodePage3 extends Syncroton_Wbxml_Dtd_ActiveSync_Abstract
{
protected $_codePageNumber = 3;
protected $_codePageName = 'AirNotify';
protected $_tags = array(
'Notify' => 0x05,
'Notification' => 0x06,
'Version' => 0x07,
'Lifetime' => 0x08,
'DeviceInfo' => 0x09,
'Enable' => 0x0a,
'Folder' => 0x0b,
'ServerId' => 0x0c,
'DeviceAddress' => 0x0d,
'ValidCarrierProfiles' => 0x0e,
'CarrierProfile' => 0x0f,
'Status' => 0x10,
'Responses' => 0x11,
'Devices' => 0x12,
'Device' => 0x13,
'Id' => 0x14,
'Expiry' => 0x15,
'NotifyGUID' => 0x16,
'DeivceFriendlyName' => 0x17
);
// attribute page
#"Version='1.1'" => 0x05,
}

File Metadata

Mime Type
text/x-php
Expires
Sat, Apr 4, 12:47 AM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18821759
Default Alt Text
CodePage3.php (1 KB)

Event Timeline