|
eZ Publish
[4.2]
|
The class eZDiscountSubRuleValue does. More...
Inheritance diagram for eZDiscountSubRuleValue:
Collaboration diagram for eZDiscountSubRuleValue:Public Member Functions | |
| eZDiscountSubRuleValue ($row) | |
Static Public Member Functions | |
| static | create ($discountSubRuleID, $value, $isSection=false) |
| static | definition () |
| static | fetchBySubRuleID ($discountSubRuleID, $isSection=0, $asObject=true) |
| static | fetchList ($asObject=true) |
| static | removeBySubRuleID ($discountSubRuleID) |
The class eZDiscountSubRuleValue does.
Definition at line 39 of file ezdiscountsubrulevalue.php.
| static eZDiscountSubRuleValue::create | ( | $ | discountSubRuleID, |
| $ | value, | ||
| $ | isSection = false |
||
| ) | [static] |
Definition at line 90 of file ezdiscountsubrulevalue.php.
| static eZDiscountSubRuleValue::definition | ( | ) | [static] |
The definition array is an associative array consists of these keys:
asc or desc.Example:
static function definition() { return array( "fields" => array( "id" => "ID", "version" => "Version", "name" => "Name" ), "keys" => array( "id", "version" ), "function_attributes" => array( "current" => "currentVersion", "class_name" => "className" ), "increment_key" => "id", "class_name" => "eZContentClass", "sort" => array( "id" => "asc" ), "name" => "ezcontentclass" ); }
Reimplemented from eZPersistentObject.
Definition at line 49 of file ezdiscountsubrulevalue.php.
Referenced by fetchBySubRuleID(), fetchList(), and removeBySubRuleID().
| eZDiscountSubRuleValue::eZDiscountSubRuleValue | ( | $ | row | ) |
| static eZDiscountSubRuleValue::fetchBySubRuleID | ( | $ | discountSubRuleID, |
| $ | isSection = 0, |
||
| $ | asObject = true |
||
| ) | [static] |
Definition at line 72 of file ezdiscountsubrulevalue.php.
| static eZDiscountSubRuleValue::fetchList | ( | $ | asObject = true | ) | [static] |
Definition at line 83 of file ezdiscountsubrulevalue.php.
| static eZDiscountSubRuleValue::removeBySubRuleID | ( | $ | discountSubRuleID | ) | [static] |
Definition at line 102 of file ezdiscountsubrulevalue.php.