|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| Product_Price () | |
| paintBackend (&$o, $prefix, $wa) | |
| _paintBackendField (&$o, $prefix, $wa, $var) | |
| processBackend (&$o, $prefix) | |
| _processBackendField (&$o, $prefix, $var) | |
Public Member Functions inherited from MySource_Object | |
| MySource_Object () | |
| __sleep () | |
| __wakeup () | |
Data Fields | |
| $name = '' | |
| $value = -1.0 | |
| $calculate_tax = false | |
| $value_has_tax = false | |
Data Fields inherited from MySource_Object | |
| $_tmp | |
Definition at line 28 of file product_price.inc.
| _paintBackendField | ( | & | $o, |
| $prefix, | |||
| $wa, | |||
| $var | |||
| ) |
Paint the individual fields that are used in paintBackend()
| object | Backend_Outputter &$o | |
| string | $prefix | name prefix for all form field names |
| boolean | $wa | write access, whether we have write access or not |
| string | $var | the name of the var whose field we need to print |
public
Definition at line 101 of file product_price.inc.
| _processBackendField | ( | & | $o, |
| $prefix, | |||
| $var | |||
| ) |
Process the individual fields that are used in processBackend()
| object | Backend_Outputter &$o | |
| string | $prefix | name prefix for all form field names |
| string | $var | the name of the var whose field we need to print |
public
Definition at line 170 of file product_price.inc.
| paintBackend | ( | & | $o, |
| $prefix, | |||
| $wa | |||
| ) |
Prints out the backend interface for the price
| object | Backend_Outputter $o | |
| string | $prefix | name prefix for all form field names |
| boolean | $wa | write access, whether we have write access or not |
public
Definition at line 77 of file product_price.inc.
| processBackend | ( | & | $o, |
| $prefix | |||
| ) |
Process the backend interface for the price
| object | Backend_Outputter $o | |
| string | $prefix | name prefix for all form field names |
public
Definition at line 147 of file product_price.inc.
| Product_Price | ( | ) |