ePages 6.10 - DE_EPAGES/ShopConfiguration/API/Object/RemoteSystem.pm

Package DE_EPAGES::ShopConfiguration::API::Object::RemoteSystem

Provides access from the site database to the System object in a store database.

Example
my $RemoteSystem = DE_EPAGES::ShopConfiguration::API::Object::RemoteSystem->new(
    Store => $Store,
);
$RemoteSystem->set( { WebServer => 'www.server.com' } );

Functions

new

new

Creates a RemoteSystem object.

Syntax
$RemoteSystem = DE_EPAGES::ShopConfiguration::API::Object::RemoteSystem->new(
    Store => $Store
);
Input
$Store (object)
Store object (references the remote database)
Return
$RemoteSystem (object)
remote System object