Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
getComment () | |
setComment ($comment) | |
getIsVisibleOnFront () | |
setIsVisibleOnFront ($isVisibleOnFront) | |
Data Fields | |
const | IS_VISIBLE_ON_FRONT = 'is_visible_on_front' |
const | COMMENT = 'comment' |
getComment | ( | ) |
Gets the comment text.
Implemented in Comment, Comment, CommentCreation, CommentCreation, and CommentCreation.
getIsVisibleOnFront | ( | ) |
Gets the is-visible-on-storefront flag value for the comment.
Implemented in Comment, Comment, CommentCreation, CommentCreation, and CommentCreation.
setComment | ( | $comment | ) |
Sets the comment text.
string | $comment |
Implemented in Comment, Comment, CommentCreation, CommentCreation, and CommentCreation.
setIsVisibleOnFront | ( | $isVisibleOnFront | ) |
Sets the is-visible-on-storefront flag value for the comment.
int | $isVisibleOnFront |
Implemented in Comment, Comment, CommentCreation, CommentCreation, and CommentCreation.
const COMMENT = 'comment' |
Definition at line 24 of file CommentInterface.php.
const IS_VISIBLE_ON_FRONT = 'is_visible_on_front' |
Definition at line 19 of file CommentInterface.php.