Mailinglist
 All Data Structures Files Functions Variables Pages
MailinglistPolymorphicExportableInterface Interface Reference

interface MailinglistPolymorphicExportInterface More...

Inheritance diagram for MailinglistPolymorphicExportableInterface:
Inheritance graph
[legend]

Public Member Functions

MailinglistPolymorphicExportableInterface
 created ()
 created() More...
 
 edited ($old)
 edited() More...
 
 changedType (MailinglistPolymorpicExportableInterface $old)
 changedType() More...
 
 delete ()
 delete() More...
 

Detailed Description

interface MailinglistPolymorphicExportInterface

Definition at line 10 of file MailinglistPolymorphicExportableInterface.php.

Member Function Documentation

changedType ( MailinglistPolymorpicExportableInterface  $old)

changedType()

hook called when an object has had its object_type changed in the database.

Parameters
$oldprevious value of the object

Implemented in MailinglistExportable.

created ( )

created()

hook called when a new object has been created in the database.

Implemented in MailinglistExportable.

delete ( )

delete()

hook called when an object is about to be deleted from the database.

Implemented in MailinglistExportable.

edited (   $old)

edited()

hook called when an object has been updated in the database.

Parameters
$oldprevious value of the object

Implemented in MailinglistExportable.


The documentation for this interface was generated from the following file: