Class Xyster_Orm_Binder_Setter

Description

Implements interfaces:

A binder setter for entities

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

Located in /Orm/Binder/Setter.php (line 28)


	
			
Variable Summary
Method Summary
Xyster_Orm_Binder_Setter __construct (Xyster_Orm_Entity_Type $type)
void set (object $target, string $field, mixed $value)
Variables
Xyster_Orm_Entity_Type $_type (line 33)
  • access: protected
Methods
Constructor __construct (line 40)

Creates a new entity binder

  • access: public
Xyster_Orm_Binder_Setter __construct (Xyster_Orm_Entity_Type $type)
set (line 53)

Sets the value in the target

  • throws: Xyster_Data_Binder_Setter_Exception if there was a problem setting
  • access: public
void set (object $target, string $field, mixed $value)
  • object $target: An object
  • string $field: The name of the field to set
  • mixed $value: The value to set

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