Example #1
0
        return $proxy->ice_checkedCast('::Ice::Object', $facetOrCtx, $ctx);
    }
    public static function uncheckedCast($proxy, $facet = null)
    {
        return $proxy->ice_uncheckedCast('::Ice::Object', $facet);
    }
    public static function ice_staticId()
    {
        return '::Ice::Object';
    }
}
$Ice__t_Object = IcePHP_defineClass('::Ice::Object', "Ice_Object", -1, true, false, null, null, null);
$Ice__t_ObjectSeq = IcePHP_defineSequence('::Ice::ObjectSeq', $Ice__t_Object);
$Ice__t_LocalObject = IcePHP_defineClass('::Ice::LocalObject', "Ice_LocalObject", -1, true, false, null, null, null);
$Ice__t_ObjectPrx = IcePHP_defineProxy($Ice__t_Object);
$Ice__t_ObjectProxySeq = IcePHP_defineSequence('::Ice::ObjectProxySeq', $Ice__t_ObjectPrx);
class Ice_UnknownSlicedObject extends Ice_ObjectImpl
{
    public function __construct()
    {
    }
    public $unknownTypeId;
}
$Ice__t_UnknownSlicedObject = IcePHP_defineClass('::Ice::UnknownSlicedObject', 'Ice_UnknownSlicedObject', -1, false, true, $Ice__t_Object, null, null);
interface Ice_ObjectFactory
{
    public function create($id);
    public function destroy();
}
interface Ice_ValueFactory
{
Example #2
0
    require_once 'Ice/BuiltinSequences.php';
}
namespace IcePatch2 {
    if (!class_exists('\\IcePatch2\\FileInfo')) {
        class FileInfo
        {
            public function __construct($path = '', $checksum = null, $size = 0, $executable = false)
            {
                $this->path = $path;
                $this->checksum = $checksum;
                $this->size = $size;
                $this->executable = $executable;
            }
            public function __toString()
            {
                global $IcePatch2__t_FileInfo;
                return IcePHP_stringify($this, $IcePatch2__t_FileInfo);
            }
            public $path;
            public $checksum;
            public $size;
            public $executable;
        }
        $IcePatch2__t_FileInfo = IcePHP_defineStruct('::IcePatch2::FileInfo', '\\IcePatch2\\FileInfo', array(array('path', $IcePHP__t_string), array('checksum', $Ice__t_ByteSeq), array('size', $IcePHP__t_int), array('executable', $IcePHP__t_bool)));
    }
}
namespace IcePatch2 {
    if (!isset($IcePatch2__t_FileInfoSeq)) {
        $IcePatch2__t_FileInfoSeq = IcePHP_defineSequence('::IcePatch2::FileInfoSeq', $IcePatch2__t_FileInfo);
    }
}
Example #3
0
        public static function checkedCast($proxy, $facetOrCtx = null, $ctx = null)
        {
            return $proxy->ice_checkedCast('::Murmur::MetaCallback', $facetOrCtx, $ctx);
        }
        public static function uncheckedCast($proxy, $facet = null)
        {
            return $proxy->ice_uncheckedCast('::Murmur::MetaCallback', $facet);
        }
    }
    $Murmur__t_MetaCallback = IcePHP_defineClass('::Murmur::MetaCallback', 'Murmur_MetaCallback', -1, true, false, $Ice__t_Object, null, null);
    $Murmur__t_MetaCallbackPrx = IcePHP_defineProxy($Murmur__t_MetaCallback);
    IcePHP_defineOperation($Murmur__t_MetaCallback, 'started', 0, 0, 0, array(array($Murmur__t_ServerPrx, false, 0)), null, null, null);
    IcePHP_defineOperation($Murmur__t_MetaCallback, 'stopped', 0, 0, 0, array(array($Murmur__t_ServerPrx, false, 0)), null, null, null);
}
if (!isset($Murmur__t_ServerList)) {
    $Murmur__t_ServerList = IcePHP_defineSequence('::Murmur::ServerList', $Murmur__t_ServerPrx);
}
if (!interface_exists('Murmur_Meta')) {
    interface Murmur_Meta
    {
        public function getServer($id);
        public function newServer();
        public function getBootedServers();
        public function getAllServers();
        public function getDefaultConf();
        public function getVersion($major, $minor, $patch, $text);
        public function addCallback($cb);
        public function removeCallback($cb);
        public function getUptime();
        public function getSlice();
        public function getSliceChecksums();
Example #4
0
//
// **********************************************************************
//
// Ice version 3.6.1
//
// <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();
Example #5
0
//
namespace Ice;

if (!class_exists('\\Ice\\Identity')) {
    class Identity
    {
        public function __construct($name = '', $category = '')
        {
            $this->name = $name;
            $this->category = $category;
        }
        public function __toString()
        {
            global $Ice__t_Identity;
            return IcePHP_stringify($this, $Ice__t_Identity);
        }
        public $name;
        public $category;
    }
    $Ice__t_Identity = IcePHP_defineStruct('::Ice::Identity', '\\Ice\\Identity', array(array('name', $IcePHP__t_string), array('category', $IcePHP__t_string)));
}
namespace Ice;

if (!isset($Ice__t_ObjectDict)) {
    $Ice__t_ObjectDict = IcePHP_defineDictionary('::Ice::ObjectDict', $Ice__t_Identity, $Ice__t_Object);
}
namespace Ice;

if (!isset($Ice__t_IdentitySeq)) {
    $Ice__t_IdentitySeq = IcePHP_defineSequence('::Ice::IdentitySeq', $Ice__t_Identity);
}
Example #6
0
// Generated from file `EndpointF.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//
namespace Ice;

if (!isset($Ice__t_EndpointInfo)) {
    $Ice__t_EndpointInfo = IcePHP_declareClass('::Ice::EndpointInfo');
}
namespace Ice;

if (!isset($Ice__t_TCPEndpointInfo)) {
    $Ice__t_TCPEndpointInfo = IcePHP_declareClass('::Ice::TCPEndpointInfo');
}
namespace Ice;

if (!isset($Ice__t_UDPEndpointInfo)) {
    $Ice__t_UDPEndpointInfo = IcePHP_declareClass('::Ice::UDPEndpointInfo');
}
namespace Ice;

if (!isset($Ice__t_Endpoint)) {
    $Ice__t_Endpoint = IcePHP_declareClass('::Ice::Endpoint');
}
namespace Ice;

if (!isset($Ice__t_EndpointSeq)) {
    $Ice__t_EndpointSeq = IcePHP_defineSequence('::Ice::EndpointSeq', $Ice__t_Endpoint);
}