The main ObjectController from the Controller Layer.
Located in /framework/WFObjectController.php (line 39)
WFObject | --WFObjectController
| Class | Description |
|---|---|
| WFArrayController | The ArrayController class. |
Make sure the passed object is of the type that this array controller manages.
NOTE: This check will succeed as long as the object is a instance of the class, subclass, or implements the interface, in WFArrayController::$class. NOTE: insert enforces an additional check, in that WFArrayController::$class must be a class, so that it is instantiable.
Decorate the passed object with the decorator(s) for this controller.
Prepare the controller's content.
Basically, this will make sure that an instance exists. If one doesn't, a new instance of the class will be created and used as the content.
Get an array with the selected objects.
Set the class name that is managed by this object controller.
Set the content managed by this controller instance.
If there already is a content, this will replace it.
Set a object WFDecorator object to be used with this controller.
Set multiple object WFDecorator objects to be used with this controller.
Inherited From WFObject
WFObject::__construct()
WFObject::exposedProperties()
WFObject::getClass()
WFObject::keyPathToTargetAndKey()
WFObject::setValueForKey()
WFObject::setValueForKeyPath()
WFObject::setValuesForKeys()
WFObject::validatedSetValueForKey()
WFObject::validatedSetValueForKeyPath()
WFObject::validateObject()
WFObject::validateValueForKey()
WFObject::validateValueForKeyPath()
WFObject::valueForKey()
WFObject::valueForKeyPath()
WFObject::valueForStaticKey()
WFObject::valueForStaticKeyPath()
WFObject::valueForTargetAndKeyPath()
WFObject::valueForUndefinedKey()
WFObject::valueForUndefinedStaticKey()
WFObject::valuesForKeyPaths()
WFObject::valuesForKeys()
WFObject::_valueForStaticKey()
WFObject::__toString()
Documentation generated on Thu, 14 May 2009 16:20:14 -0400 by phpDocumentor 1.4.2