Interface: Doctrine_Record_Listener_Interface

Source Location: /Doctrine/Record/Listener/Interface.php

Interface Doctrine_Record_Listener_Interface

Interface Overview

Doctrine_Record_Listener

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



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

Methods

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

  void postDelete( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


[ Top ]
postInsert  [line 58]

  void postInsert( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


[ Top ]
postSave  [line 46]

  void postSave( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


[ Top ]
postSerialize  [line 38]

  void postSerialize( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


[ Top ]
postUnserialize  [line 42]

  void postUnserialize( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


[ Top ]
postUpdate  [line 54]

  void postUpdate( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


[ Top ]
preDelete  [line 48]

  void preDelete( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


[ Top ]
preInsert  [line 56]

  void preInsert( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


[ Top ]
preSave  [line 44]

  void preSave( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


[ Top ]
preSerialize  [line 36]

  void preSerialize( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


[ Top ]
preUnserialize  [line 40]

  void preUnserialize( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


[ Top ]
preUpdate  [line 52]

  void preUpdate( Doctrine_Event $event  )

Parameters:
Doctrine_Event   $event: 

API Tags:
Access:  public


[ Top ]