Exemplo n.º 1
0
    $Murmur__t_Texture = IcePHP_defineSequence('::Murmur::Texture', $IcePHP__t_byte);
}
if (!isset($Murmur__t_ConfigMap)) {
    $Murmur__t_ConfigMap = IcePHP_defineDictionary('::Murmur::ConfigMap', $IcePHP__t_string, $IcePHP__t_string);
}
if (!isset($Murmur__t_GroupNameList)) {
    $Murmur__t_GroupNameList = IcePHP_defineSequence('::Murmur::GroupNameList', $IcePHP__t_string);
}
if (!isset($Murmur__t_CertificateDer)) {
    $Murmur__t_CertificateDer = IcePHP_defineSequence('::Murmur::CertificateDer', $IcePHP__t_byte);
}
if (!isset($Murmur__t_CertificateList)) {
    $Murmur__t_CertificateList = IcePHP_defineSequence('::Murmur::CertificateList', $Murmur__t_CertificateDer);
}
if (!isset($Murmur__t_UserInfoMap)) {
    $Murmur__t_UserInfoMap = IcePHP_defineDictionary('::Murmur::UserInfoMap', $Murmur__t_UserInfo, $IcePHP__t_string);
}
if (!class_exists('Murmur_Tree')) {
    class Murmur_Tree extends Ice_ObjectImpl
    {
        public function __construct($c = null, $children = null, $users = null)
        {
            $this->c = is_null($c) ? new Murmur_Channel() : $c;
            $this->children = $children;
            $this->users = $users;
        }
        public static function ice_staticId()
        {
            return '::Murmur::Tree';
        }
        public function __toString()
Exemplo n.º 2
0
<?php

// **********************************************************************
//
// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
//
// Ice version 3.5.1
//
// <auto-generated>
//
// Generated from file `SliceChecksumDict.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//
namespace Ice;

if (!isset($Ice__t_SliceChecksumDict)) {
    $Ice__t_SliceChecksumDict = IcePHP_defineDictionary('::Ice::SliceChecksumDict', $IcePHP__t_string, $IcePHP__t_string);
}
Exemplo n.º 3
0
//
// <auto-generated>
//
// Generated from file `sms.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//
global $SMS__t_PhoneSeq;
if (!isset($SMS__t_PhoneSeq)) {
    $SMS__t_PhoneSeq = IcePHP_defineSequence('::SMS::PhoneSeq', $IcePHP__t_string);
}
global $SMS__t_SmsDict;
if (!isset($SMS__t_SmsDict)) {
    $SMS__t_SmsDict = IcePHP_defineDictionary('::SMS::SmsDict', $IcePHP__t_string, $IcePHP__t_string);
}
global $SMS__t_SmsSend;
global $SMS__t_SmsSendPrx;
if (!interface_exists('SMS_SmsSend')) {
    interface SMS_SmsSend extends Ice_Object
    {
        public function sendStandard($phones, $tempId);
        public function sendScheduler($phones, $tempId, $date);
        public function sendIdentifyingCode($phone, $tempId);
        public function checkIdentifyingCode($phone, $code);
        public function getSmsTemplates();
        public function test();
    }
    class SMS_SmsSendPrxHelper
    {
Exemplo n.º 4
0
<?php

// **********************************************************************
//
// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
//
// Ice version 3.5.1
//
// <auto-generated>
//
// Generated from file `FacetMap.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//
namespace Ice;

if (!isset($Ice__t_FacetMap)) {
    $Ice__t_FacetMap = IcePHP_defineDictionary('::Ice::FacetMap', $IcePHP__t_string, $Ice__t_Object);
}