Package DE_EPAGES::Core::API::Object::BaseObjectShared
base class for all objects
Base |
DE_EPAGES::Core::API::Object::BaseObject |
Functions
new
creates an basic object, which is shared through all threads. This includes that all assigned data is also shared. (see perldoc threads::shared). for non shared objects use DE_EPAGES::Core::API::BaseObject.
Syntax |
$Object = DE_EPAGES::Core::API::BaseObjectShared->new('Data' => $Data ); |
Input |
|
Return |
|