
Public Member Functions | |
| getHeaderCssClass () | |
| getHeaderText () | |
| getCommentNote () | |
| getNoteNotify () | |
Protected Attributes | |
| $_form | |
Definition at line 32 of file Comment.php.
| getCommentNote | ( | ) |
Definition at line 46 of file Comment.php.
00047 { 00048 return $this->htmlEscape($this->getQuote()->getCustomerNote()); 00049 }
| getHeaderCssClass | ( | ) |
| getHeaderText | ( | ) |
Definition at line 41 of file Comment.php.
00042 { 00043 return Mage::helper('sales')->__('Order Comment'); 00044 }
| getNoteNotify | ( | ) |
Definition at line 51 of file Comment.php.
00052 { 00053 $notify = $this->getQuote()->getCustomerNoteNotify(); 00054 if (is_null($notify) || $notify) { 00055 return true; 00056 } 00057 return false; 00058 }
$_form [protected] |
Definition at line 34 of file Comment.php.
1.5.8