Class Xyster_Orm_Entity_Listener

Description

A listener for entity events

  • copyright: Copyright (c) 2007-2008 Irrational Logic (http://irrationallogic.net)
  • abstract:
  • license: New BSD License

Located in /Orm/Entity/Listener.php (line 24)


	
			
Method Summary
void onSetField (Xyster_Orm_Entity $entity, string $name, mixed $old, mixed $new)
Methods
onSetField (line 34)

Called before a value is set

  • access: public
void onSetField (Xyster_Orm_Entity $entity, string $name, mixed $old, mixed $new)
  • Xyster_Orm_Entity $entity: The entity whose value was set
  • string $name: The name of the field
  • mixed $old: The old value before the set
  • mixed $new: The new value after the set
onSetRelation (line 49)

Called before a relation is set

If the relation wasn't loaded at the time the new value was set, the old value argument to this method will be null; the old one won't be loaded.

  • access: public
void onSetRelation (Xyster_Orm_Entity $entity, string $name, Xyster_Orm_Entity|Xyster_Orm_Set $old, Xyster_Orm_Entity|Xyster_Orm_Set $new)

Documentation generated on Mon, 19 May 2008 17:07:26 -0400 by phpDocumentor 1.4.2