Public Member Functions | |
setAttributeCode ($attribute) | |
setPart ($part) | |
getAttributeCode () | |
getPart () | |
Protected Attributes | |
$_attributeCode | |
$_part |
Definition at line 35 of file Exception.php.
getAttributeCode | ( | ) |
getPart | ( | ) |
setAttributeCode | ( | $ | attribute | ) |
Set Eav entity attribute
string | $attribute |
Definition at line 58 of file Exception.php.
00059 { 00060 $this->_attributeCode = $attribute; 00061 return $this; 00062 }
setPart | ( | $ | part | ) |
$_attributeCode [protected] |
Definition at line 42 of file Exception.php.
$_part [protected] |
Definition at line 50 of file Exception.php.