Interface Xyster_Orm_Entity_Lookup_Interface

Description

An interface for property lookups

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

Located in /Orm/Entity/Lookup/Interface.php (line 24)


	
			
Method Summary
mixed get (Xyster_Orm_Entity $entity)
string getName ()
void set (Xyster_Orm_Entity $entity, mixed $value)
Methods
get (line 53)

Gets the lookup value for the entity given

  • return: The lookup value or object
mixed get (Xyster_Orm_Entity $entity)
getEntityType (line 31)

Gets the entity type supported by this lookup

Xyster_Orm_Entity_Type getEntityType ()
getName (line 38)

Gets the field name of this lookup on the entity class

  • return: The field name
string getName ()
getType (line 45)

Gets the type of object or value returned by this lookup

  • return: The value type
Xyster_Type getType ()
set (line 61)

Sets any fields affected by changing the value of this lookup

void set (Xyster_Orm_Entity $entity, mixed $value)

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