示例#1
0
    {
        public function __construct()
        {
            parent::__construct();
        }
        public function ice_name()
        {
            return 'Murmur::NestingLimitException';
        }
        public function __toString()
        {
            global $Murmur__t_NestingLimitException;
            return IcePHP_stringifyException($this, $Murmur__t_NestingLimitException);
        }
    }
    $Murmur__t_NestingLimitException = IcePHP_defineException('::Murmur::NestingLimitException', 'Murmur_NestingLimitException', false, $Murmur__t_MurmurException, null);
}
if (!interface_exists('Murmur_ServerCallback')) {
    interface Murmur_ServerCallback
    {
        public function userConnected($state);
        public function userDisconnected($state);
        public function userStateChanged($state);
        public function userTextMessage($state, $message);
        public function channelCreated($state);
        public function channelRemoved($state);
        public function channelStateChanged($state);
    }
    class Murmur_ServerCallbackPrxHelper
    {
        public static function checkedCast($proxy, $facetOrCtx = null, $ctx = null)
示例#2
0
                return 'Ice::FixedProxyException';
            }
            public function __toString()
            {
                global $Ice__t_FixedProxyException;
                return IcePHP_stringifyException($this, $Ice__t_FixedProxyException);
            }
        }
        $Ice__t_FixedProxyException = IcePHP_defineException('::Ice::FixedProxyException', '\\Ice\\FixedProxyException', false, null, null);
    }
}
namespace Ice {
    if (!class_exists('\\Ice\\ResponseSentException')) {
        class ResponseSentException extends \Ice\LocalException
        {
            public function __construct()
            {
            }
            public function ice_name()
            {
                return 'Ice::ResponseSentException';
            }
            public function __toString()
            {
                global $Ice__t_ResponseSentException;
                return IcePHP_stringifyException($this, $Ice__t_ResponseSentException);
            }
        }
        $Ice__t_ResponseSentException = IcePHP_defineException('::Ice::ResponseSentException', '\\Ice\\ResponseSentException', false, null, null);
    }
}
示例#3
0
    {
        public function __construct()
        {
            parent::__construct();
        }
        public function ice_name()
        {
            return 'Murmur::InvalidSecretException';
        }
        public function __toString()
        {
            global $Murmur__t_InvalidSecretException;
            return IcePHP_stringifyException($this, $Murmur__t_InvalidSecretException);
        }
    }
    $Murmur__t_InvalidSecretException = IcePHP_defineException('::Murmur::InvalidSecretException', 'Murmur_InvalidSecretException', $Murmur__t_MurmurException, null);
}
if (!interface_exists('Murmur_ServerCallback')) {
    interface Murmur_ServerCallback
    {
        public function userConnected($state);
        public function userDisconnected($state);
        public function userStateChanged($state);
        public function channelCreated($state);
        public function channelRemoved($state);
        public function channelStateChanged($state);
    }
    class Murmur_ServerCallbackPrxHelper
    {
        public static function checkedCast($proxy, $facetOrCtx = null, $ctx = null)
        {
示例#4
0
            {
                global $IceGrid__t_ObserverAlreadyRegisteredException;
                return IcePHP_stringifyException($this, $IceGrid__t_ObserverAlreadyRegisteredException);
            }
            public $id;
        }
        $IceGrid__t_ObserverAlreadyRegisteredException = IcePHP_defineException('::IceGrid::ObserverAlreadyRegisteredException', '\\IceGrid\\ObserverAlreadyRegisteredException', false, null, array(array('id', $Ice__t_Identity, false, 0)));
    }
}
namespace IceGrid {
    if (!class_exists('\\IceGrid\\FileNotAvailableException')) {
        class FileNotAvailableException extends \Ice\UserException
        {
            public function __construct($reason = '')
            {
                $this->reason = $reason;
            }
            public function ice_name()
            {
                return 'IceGrid::FileNotAvailableException';
            }
            public function __toString()
            {
                global $IceGrid__t_FileNotAvailableException;
                return IcePHP_stringifyException($this, $IceGrid__t_FileNotAvailableException);
            }
            public $reason;
        }
        $IceGrid__t_FileNotAvailableException = IcePHP_defineException('::IceGrid::FileNotAvailableException', '\\IceGrid\\FileNotAvailableException', false, null, array(array('reason', $IcePHP__t_string, false, 0)));
    }
}