Class PrimitiveIO_blob

Description
  • author: Gabriel Schine
  • version: $Id: PrimitiveIO_blob.class.php,v 1.9 2007/09/19 14:04:44 adamfranco Exp $
  • license: GNU General Public License (GPL)
  • copyright: Copyright © 2005, Middlebury College

Located in /polyphony/main/library/DataManagerGUI/PrimitiveIO/IOClasses/PrimitiveIO_blob.class.php (line 21)

SObject
   |
   --WizardComponent
      |
      --PrimitiveIO
         |
         --PrimitiveIO_blob
Variable Summary
mixed $_blob
Method Summary
PrimitiveIO_blob PrimitiveIO_blob ()
mixed getAllValues ()
string getMarkup (string $fieldName)
void setValue (ref $value)
void setValueFromSObject (ref $value)
boolean update (string $fieldName)
boolean validate ()
Variables
Methods
Constructor PrimitiveIO_blob (line 27)
PrimitiveIO_blob PrimitiveIO_blob ()
getAllValues (line 83)

Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.

  • access: public
mixed getAllValues ()

Redefinition of:
WizardComponent::getAllValues()
Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
getMarkup (line 95)

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.
setValue (line 37)

Sets the value of this Component to the SObject passed.

void setValue (ref $value)
  • ref $value: object $value The SObject value to use.

Redefinition of:
PrimitiveIO::setValue()
Sets the value of this Component to the SObject passed.
setValueFromSObject (line 48)

Sets the value of this Component to the SObject passed.

void setValueFromSObject (ref $value)
  • ref $value: object $value The SObject value to use.
update (line 73)

Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.

  • return: - TRUE if everything is OK
  • access: public
boolean update (string $fieldName)
  • string $fieldName: The field name to use when outputting form data or similar parameters/information.

Redefinition of:
WizardComponent::update()
Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
validate (line 60)

Returns true if this component (and all child components if applicable) have valid values.

By default, this will just return TRUE. Validate should be called usually before a save event is handled, to make sure everything went smoothly.

  • access: public
boolean validate ()

Redefinition of:
WizardComponent::validate()
Returns true if this component (and all child components if applicable) have valid values.

Inherited Methods

Inherited From PrimitiveIO

PrimitiveIO::setValue()

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:25:38 -0400 by phpDocumentor 1.3.0RC3