Class: Doctrine_Record_Listener_Chain
Source Location: /Doctrine/Record/Listener/Chain.phpClass Doctrine_Record_Listener_Chain
Class Overview
Implements interfaces: Doctrine_Record_Listener_Chain this class represents a chain of different listeners, useful for having multiple listeners listening the events at the same time Located in /Doctrine/Record/Listener/Chain.php [line 36] Doctrine_Object | --Doctrine_Access | --Doctrine_Record_Listener_ChainAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties | Inherited Methods | Inherited Constants |
---|---|---|
Inherited From Doctrine_Object |
Inherited From Doctrine_Access
Inherited From Doctrine_Object
|
[ Top ]
Property Summary
Method Summary
void | add() | add adds a listener to the chain of listeners |
mixed | get() | returns a Doctrine_Record_Listener on success and null on failure |
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
add [line 50]
|
add adds a listener to the chain of listeners
Parameters:object | $listener: | |
string | $name: |
API Tags:
Access: | public |
[ Top ]
get [line 70]
|
returns a Doctrine_Record_Listener on success and null on failure
Parameters:mixed | $key: |
API Tags:
Access: | public |
[ Top ]
postDelete [line 138]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
postInsert [line 166]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
postSave [line 124]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
postSerialize [line 96]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
postUnserialize [line 110]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
postUpdate [line 152]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
preDelete [line 131]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
preInsert [line 159]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
preSave [line 117]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
preSerialize [line 89]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
preUnserialize [line 103]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
preUpdate [line 145]
|
Doctrine_Event | $event: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
set [line 84]
|
set
Parameters:mixed | $key: | |
Doctrine_Record_Listener | $listener: | listener to be added |
API Tags:
Return: | this object |
Access: | public |
[ Top ]