Class: I2CE FormField STRING PASS

From IHRIS Wiki
Revision as of 13:09, 19 October 2009 by Litlfred (talk | contribs)

This article describes the class I2CE_FormField_STRING_PASS.

Class for defining all the database fields used by a object.

Methods

getDisplayValue()

Returns the value of this field as a human readable format.

  • Signature: public function getDisplayValue($entry)
  • Parameters:
    • I2CE_Entry $entry
      If a I2CE_Entry object has been passed to this method then it will return the value for that entry assuming it's an entry for this field.
      • Default Value: false
  • Returns: mixed

getGenerateText()

Return the string for generating a new password for the form prompt.

  • Signature: protected function getGenerateText($form_node)
  • Parameters:
    • DOMNode $form_node
      The form node that has the generate attribute

processDOMEditable()

  • Signature: public function processDOMEditable($node,$template,$form_node)
  • Parameters:
    • $node
    • $template
    • $form_node

processDOMNotEditable()

  • Signature: public function processDOMNotEditable($node,$template,$form_node)
  • Parameters:
    • $node
    • $template
    • $form_node

Fuzzy Methods

save()

This method is implemented by I2CE_FormStorage->FF_SP_save()