$session->createInstance( $object )
The createInstance() function creates a new ICIM object instance. The object specification must include both a class name and unique instance name.
$session->createInstance( "Router::fred" );
$session->createInstance( $object )
The createInstance() function creates a new ICIM object instance. The object specification must include both a class name and unique instance name.
$session->createInstance( "Router::fred" );