Method |
Description |
|
__construct ( string $title ) |
Create a new comment meta container |
|
attach ( ) |
Add meta box to the comment |
|
detach ( ) |
Revert the result of attach() |
|
init ( ) |
Perform instance initialization after calling setup() |
|
is_valid_save ( ) : boolean |
Checks whether the current request is valid |
|
render ( ) |
Output the container markup |
|
save ( integer $comment_id ) |
Perform save operation after successful is_valid_save() check. |
|
set_comment_id ( integer $comment_id ) |
Set the comment ID the container will operate with. |
|