NAME
object - Instanciate an object to a named namespace
SYNOPSIS
object class_namespace object_namespace
DESCRIPTION
-
Creates an object from class_namespace and places it's contents
within object_namespace.
-
Also creates a reference to this object named object_namespace.
Thus
-
object ::myclass ::somens::myobject
-
Would create a reference named myobject within ::somens. Please see
the reference documentation for information on how to address members
through a reference. The extra arguments, if present are passed to
the constructor.
-