ePages 6.11.0 - DE_EPAGES/Core/API/Object/BaseObjectShared.pm

Package DE_EPAGES::Core::API::Object::BaseObjectShared

base class for all objects

Base
DE_EPAGES::Core::API::Object::BaseObject

Functions

new

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
%Attributes (hash)
attribute value hash
Return
$Object (object)
object