Class Xyster_Data_Binder_Setter

Description

Implements interfaces:

A mediator that applies a value to a target object

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

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


	
			
Method Summary
void set (object $target, string $field, mixed $value)
Methods
set (line 38)

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

Implementation of:
Xyster_Data_Binder_Setter_Interface::set()
Sets the value in the target

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