|
| Asset_Attribute_Assetid ($attributeid=0, $value=NULL) |
|
| setEditParams (&$node) |
|
| paint ($prefix, $read_only=FALSE) |
|
| process ($prefix) |
|
| validateValue (&$value) |
|
| 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 () |
|
| MySource_Object () |
|
| __sleep () |
|
| __wakeup () |
|
|
| $id = 0 |
|
| $name = '' |
|
| $uniq = FALSE |
|
| $description = '' |
|
| $_params = Array() |
|
| $_default_value = NULL |
|
| $_edit_params = Array() |
|
| $value = NULL |
|
| $processed = FALSE |
|
| $is_admin = FALSE |
|
Definition at line 36 of file assetid.inc.
Constructor
- Parameters
-
int | $attributeid | the attribute id to be loaded |
mixed | $value | the current value for the element |
Definition at line 47 of file assetid.inc.
paint |
( |
|
$prefix, |
|
|
|
$read_only = FALSE |
|
) |
| |
Prints the interface for filling in a value
- Parameters
-
string | $prefix | prefix for the form element |
boolean | $read_only | are we just printing the value |
- Returns
- void public
Definition at line 94 of file assetid.inc.
Prints the interface for filling in a value
- Parameters
-
string | $prefix | prefix for the form element |
- Returns
- boolean public
Definition at line 119 of file assetid.inc.
Takes an XML_Tree_Node from an edit interface XML file and creates the params array from it
- Parameters
-
- Returns
- boolean public
Definition at line 67 of file assetid.inc.
validateValue |
( |
& |
$value | ) |
|
Ensure the attribute being set is an integer
- Parameters
-
mixed | &$value | value to be validated |
- Returns
- boolean public
Definition at line 158 of file assetid.inc.
The documentation for this class was generated from the following file:
- /Users/webmaster/Desktop/squiz_matrix/core/attributes/assetid/assetid.inc