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
Creates a RemoteSystem object.
Syntax |
$RemoteSystem = DE_EPAGES::ShopConfiguration::API::Object::RemoteSystem->new( Store => $Store ); |
Input |
|
Return |
|