Interface WFViewPhocoaBuilderIntegration

Description

WFViewPhocoaBuilderIntegration interface (informal protocol) for widgets to adopt if they want to be supported in PHOCOA builder.

Located in /framework/WFViewPhocoaBuilderIntegration.php (line 15)


	
			
Method Summary
static array exposedProperties ()
static array setupExposedBindings ()
Methods
static method exposedProperties (line 24)

Get a list of the properties for the object that can be configured in PHOCOA builder.

Subclasses should call the parent and add the local entries to the array or array_merge the results before returning.

  • return: A 2-d associative array ('property' => array('choice1','choice2'), 'proeprty2', 'property3')
  • access: public
static array exposedProperties ()
static method setupExposedBindings (line 35)

Set up all exposed bindings for this widget.

The default implementation sets up bindings available for all WFWidgets. Subclasses must call super method.

NOTE: This function is actually part of WFWidget, but repeated here for documentation purposes.

static array setupExposedBindings ()

Documentation generated on Thu, 07 Aug 2008 10:37:07 -0400 by phpDocumentor 1.4.1