Interface Xyster_Orm_Mapper_Factory_Interface

Description

Provides the ability to create mappers

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

Located in /Orm/Mapper/Factory/Interface.php (line 24)


	
			
Method Summary
Methods
get (line 32)

Gets the mapper for a given class

  • return: The mapper object
Xyster_Orm_Mapper_Interface get (string $className)
  • string $className: The name of the entity class
getEntityType (line 39)

A convenience method to get the entity meta for a given class

Xyster_Orm_Entity_Type getEntityType (string $className)
  • string $className: The name of the entity class
getManager (line 45)

Gets the manager that contains the factory

Xyster_Orm_Manager getManager ()
setManager (line 54)

Sets the manager that contains the factory

The factory should NOT call the manager's setMapperFactory method. It is usually in response to this method that setManager is called.

void setManager (Xyster_Orm_Manager $manager)

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