Class: Doctrine_Record_Listener

Source Location: /Doctrine/Record/Listener.php

Class Doctrine_Record_Listener

Class Overview

Implements interfaces:

Doctrine_Record_Listener

Located in /Doctrine/Record/Listener.php [line 33]



		
				Author(s):
		
		
		
Information Tags:
Version:  $Revision$
Link:  www.phpdoctrine.com
Since:  1.0
License:  LGPL

Methods

[ 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]

  void postDelete( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


Implementation of:
Doctrine_Record_Listener_Interface::postDelete()

[ Top ]
postInsert  [line 69]

  void postInsert( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


Implementation of:
Doctrine_Record_Listener_Interface::postInsert()

Redefined in descendants as:

[ Top ]
postSave  [line 51]

  void postSave( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


Implementation of:
Doctrine_Record_Listener_Interface::postSave()

[ Top ]
postSerialize  [line 39]

  void postSerialize( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


Implementation of:
Doctrine_Record_Listener_Interface::postSerialize()

[ Top ]
postUnserialize  [line 45]

  void postUnserialize( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


Implementation of:
Doctrine_Record_Listener_Interface::postUnserialize()

[ Top ]
postUpdate  [line 63]

  void postUpdate( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


Implementation of:
Doctrine_Record_Listener_Interface::postUpdate()

Redefined in descendants as:

[ Top ]
preDelete  [line 54]

  void preDelete( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


Implementation of:
Doctrine_Record_Listener_Interface::preDelete()

Redefined in descendants as:

[ Top ]
preInsert  [line 66]

  void preInsert( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


Implementation of:
Doctrine_Record_Listener_Interface::preInsert()

Redefined in descendants as:

[ Top ]
preSave  [line 48]

  void preSave( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


Implementation of:
Doctrine_Record_Listener_Interface::preSave()

[ Top ]
preSerialize  [line 36]

  void preSerialize( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


Implementation of:
Doctrine_Record_Listener_Interface::preSerialize()

[ Top ]
preUnserialize  [line 42]

  void preUnserialize( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


Implementation of:
Doctrine_Record_Listener_Interface::preUnserialize()

[ Top ]
preUpdate  [line 60]

  void preUpdate( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


Implementation of:
Doctrine_Record_Listener_Interface::preUpdate()

Redefined in descendants as:

[ Top ]