Class Xyster_Orm_Mapper_Factory_Abstract

Description

Implements interfaces:

A simple factory for creating mappers

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

Located in /Orm/Mapper/Factory/Abstract.php (line 28)


	
			
Direct descendents
Class Description
Xyster_Orm_Mapper_Factory A simple factory for creating mappers
Variable Summary
Method Summary
Variables
Xyster_Orm_Manager $_manager (line 35)

The manager containing this factory

  • access: protected
array $_mappers = array() (line 42)

A place to cache instantiated mappers

  • access: protected
Methods
getEntityType (line 50)

Gets the entity meta for a given class

  • return: The meta object
  • access: public
Xyster_Orm_Entity_Type getEntityType (string $className)
  • string $className: The name of the entity class

Implementation of:
Xyster_Orm_Mapper_Factory_Interface::getEntityType()
A convenience method to get the entity meta for a given class
getManager (line 60)

Gets the manager containing this factory

  • access: public
Xyster_Orm_Manager getManager ()

Implementation of:
Xyster_Orm_Mapper_Factory_Interface::getManager()
Gets the manager that contains the factory
setManager (line 70)

Sets the manager that contains this factory

  • access: public
void setManager (Xyster_Orm_Manager $manager)

Implementation of:
Xyster_Orm_Mapper_Factory_Interface::setManager()
Sets the manager that contains the factory

Documentation generated on Mon, 19 May 2008 17:06:55 -0400 by phpDocumentor 1.4.2