|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| Asset_Attribute_Password ($attributeid=0, $value=null) | |
| setEditParams (&$node) | |
| paint ($prefix, $read_only=false) | |
| process ($prefix) | |
| validateValue (&$value) | |
Public Member Functions inherited from Asset_Attribute_Text | |
| Asset_Attribute_Text ($attributeid=0, $value=null) | |
| paintEditParams ($prefix, $write_access=false) | |
| processEditParams ($prefix) | |
| setEditParams (&$node) | |
| paint ($prefix, $read_only=false) | |
| process ($prefix) | |
| validateValue (&$value) | |
Public Member Functions inherited from Asset_Attribute | |
| Asset_Attribute ($attributeid=0, $value=NULL, $default_params=Array()) | |
| & | loadAttribute ($attributeid=0, $value=NULL, $default_params=Array()) |
| type () | |
| paint ($prefix, $read_only=FALSE) | |
| paintEditParams ($prefix, $write_access=FALSE) | |
| processEditParams ($prefix) | |
| process ($prefix) | |
| validateValue (&$value) | |
| setValue (&$value) | |
| setEditParams (&$node) | |
| setEditParam ($field, $value) | |
| setParam ($field, $value) | |
| getContent () | |
| getKeywordValue ($format='') | |
| exportToXML () | |
| exportContentsToXML () | |
Public Member Functions inherited from MySource_Object | |
| MySource_Object () | |
| __sleep () | |
| __wakeup () | |
Additional Inherited Members | |
Data Fields inherited from Asset_Attribute | |
| $id = 0 | |
| $name = '' | |
| $uniq = FALSE | |
| $description = '' | |
| $_params = Array() | |
| $_default_value = NULL | |
| $_edit_params = Array() | |
| $value = NULL | |
| $processed = FALSE | |
| $is_admin = FALSE | |
Definition at line 34 of file password.inc.
| Asset_Attribute_Password | ( | $attributeid = 0, |
|
$value = null |
|||
| ) |
Constructor
| int | $attributeid | the attribute id to be loaded |
| mixed | $value | the current value for the element |
Definition at line 45 of file password.inc.
| paint | ( | $prefix, | |
$read_only = false |
|||
| ) |
Prints the interface for filling in a value
| string | $prefix | prefix for the form element |
| boolean | $read_only | are we just printing the value |
public
Definition at line 82 of file password.inc.
| process | ( | $prefix | ) |
Prints the interface for filling in a value
| string | prefix prefix for the form element |
public
Definition at line 108 of file password.inc.
| setEditParams | ( | & | $node | ) |
Takes an XML_Tree_Node from an edit interface XML file and creates the params array from it
| object | XML_Tree_Node $node |
Definition at line 61 of file password.inc.
| validateValue | ( | & | $value | ) |
Ensure the password being set is 'legal'
| mixed | &$value | value to be validated |
Definition at line 145 of file password.inc.