Class WComponentCollection

Description

This allows for a grouping of Components. It is a single component itself that wraps other components to allow for the addition of multiple components where a single one is expected.

Located in /polyphony/main/library/Wizard/Components/WComponentCollection.class.php (line 25)

SObject
   |
   --WizardComponent
      |
      --WizardComponentWithChildren
         |
         --WComponentCollection
Method Summary
string getMarkup (string $fieldName)
void setContent (mixed $content, string $content;)
void setValue (array $value)
Variables
Methods
getMarkup (line 47)

Returns a block of XHTML-valid code that contains markup for this specific component.

  • access: public
string getMarkup (string $fieldName)
  • string $fieldName: The field name to use when outputting form data or similar parameters/information.

Redefinition of:
WizardComponent::getMarkup()
Returns a block of XHTML-valid code that contains markup for this specific component.
setContent (line 35)

Sets this step's content text. This text will be parsed with Wizard::parseText()

  • access: public
void setContent (mixed $content, string $content;)
  • string $content;
setValue (line 58)

Set the value of the child components

  • access: public
void setValue (array $value)
  • array $value

Inherited Methods

Inherited From WizardComponentWithChildren

WizardComponentWithChildren::addComponent()
WizardComponentWithChildren::getAllValues()
WizardComponentWithChildren::getChild()
WizardComponentWithChildren::getChildren()
WizardComponentWithChildren::removeChild()
WizardComponentWithChildren::setEnabled()
WizardComponentWithChildren::update()
WizardComponentWithChildren::validate()

Inherited From WizardComponent

WizardComponent::getAllValues()
WizardComponent::getMarkup()
WizardComponent::getWizard()
WizardComponent::isEnabled()
WizardComponent::setEnabled()
WizardComponent::setParent()
WizardComponent::update()
WizardComponent::validate()

Inherited From SObject

SObject::asA()
SObject::asString()
SObject::copy()
SObject::copySameFrom()
SObject::copyTwoLevel()
SObject::deepCopy()
SObject::isEqual()
SObject::isEqualTo()
SObject::isNotEqualTo()
SObject::isNotReferenceTo()
SObject::isReferenceTo()
SObject::newFrom()
SObject::postCopy()
SObject::printableString()
SObject::shallowCopy()
SObject::_deepCopyArray()

Documentation generated on Wed, 19 Sep 2007 10:27:55 -0400 by phpDocumentor 1.3.0RC3