Package DE_EPAGES::ShopMailType::API::Object::ShopMailType
object interface for ShopMailType.
Base |
DE_EPAGES::MailType::API::Object::MailType |
Functions
delete
Deletes this object, therefore the hook 'OBJ_DeleteShopMailType' is triggered.
Syntax |
$ShopMailType->delete; |
Hook |
|
deleteSelf
Deletes the object at database tables.
Syntax |
$ShopMailType->deleteSelf; |
from
returns FROM address string of the mail
Syntax |
$FROM = $ShopMailType->from( $FROM ); |
Example |
$FROM = $ShopMailType->from( $FROM); |
Input |
|
insert
Insert this info as object, afterwards the hook 'OBJ_InsertShopMailType' is triggered.
Syntax |
$ShopMailType = DE_EPAGES::ShopMailType::API::Object::ShopMailType->insert($hInfo); |
Example |
my $Class = LoadClassByAlias('ShopMailType'); my $ShopMailType = $Class->insertObject($hInfo); |
Input |
|
Return |
|
Hook |
|
set
This function triggers hooks 'OBJ_BeforeUpdateShopMailType' and 'OBJ_AfterUpdateShopMailType'.
Syntax |
$ShopMailType->set($hValues, $LanguageID); |
Hook |
|