Delicious Bookmark this on Delicious Share on Facebook SlashdotSlashdot It! Digg! Digg



PHP : Function Reference : Satellite CORBA client extension [deprecated] : OrbitObject

OrbitObject

Access CORBA objects ()
new OrbitObject ( string ior )

Example 2143. Sample IDL file

interface MyInterface {
   void SetInfo (string info);
   string GetInfo();

   attribute int value;
}

Example 2144. PHP code for accessing MyInterface

<?php
$obj
= new OrbitObject ($ior);

$obj->SetInfo ("A 2GooD object");

echo
$obj->GetInfo();

$obj->value = 42;

echo
$obj->value;
?>

Change Language


Follow Navioo On Twitter
OrbitEnum
OrbitObject
OrbitStruct
satellite_caught_exception
satellite_exception_id
satellite_exception_value
satellite_get_repository_id
satellite_load_idl
satellite_object_to_string
eXTReMe Tracker