Package DE_EPAGES::Newsletter::API::Object::NewsletterAttachment
object interface for NewsletterAttachment.
Base |
DE_EPAGES::Object::API::Object::Object |
Functions
delete
Deletes this object, therefore the hook 'OBJ_DeleteNewsletterAttachment' is triggered.
Syntax |
$NewsletterAttachment->delete; |
Hook |
|
deleteSelf
Deletes the object at database tables.
Syntax |
$NewsletterAttachment->deleteSelf; |
insert
Insert this info as object, afterwards the hook 'OBJ_InsertNewsletterAttachment' is triggered.
Syntax |
$NewsletterAttachment = DE_EPAGES::Newsletter::API::Object::NewsletterAttachment->insert($hInfo); |
Example |
my $Class = LoadClassByAlias('NewsletterAttachment'); my $NewsletterAttachment = $Class->insertObject($hInfo); |
Input |
|
Return |
|
Hook |
|
set
This function triggers hooks 'OBJ_BeforeUpdateNewsletterAttachment' and 'OBJ_AfterUpdateNewsletterAttachment'.
Syntax |
$NewsletterAttachment->set($hValues, $LanguageID); |
Hook |
|