Class: Doctrine_Record_Listener
Source Location: /Doctrine/Record/Listener.phpClass Doctrine_Record_Listener
Class Overview
Implements interfaces: Doctrine_Record_Listener Located in /Doctrine/Record/Listener.php [line 33] Author(s):
|
[ Top ]
Direct descendents
Child Class | Description |
---|---|
Doctrine_AuditLog_Listener | Doctrine_AuditLog_Listener |
Doctrine_Search_Listener | Doctrine_Search_Listener |
[ Top ]
Method Summary
void | postDelete() | |
void | postInsert() | |
void | postSave() | |
void | postSerialize() | |
void | postUnserialize() | |
void | postUpdate() | |
void | preDelete() | |
void | preInsert() | |
void | preSave() | |
void | preSerialize() | |
void | preUnserialize() | |
void | preUpdate() |
[ Top ]
Methods
postDelete [line 57]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
postInsert [line 69]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
Redefined in descendants as:
[ Top ]
postSave [line 51]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
postSerialize [line 39]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
postUnserialize [line 45]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
postUpdate [line 63]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
Redefined in descendants as:
[ Top ]
preDelete [line 54]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
Redefined in descendants as:
[ Top ]
preInsert [line 66]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
Redefined in descendants as:
[ Top ]
preSave [line 48]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
preSerialize [line 36]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
preUnserialize [line 42]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
preUpdate [line 60]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
Redefined in descendants as:
[ Top ]