Interface lispa\amos\comments\models\CommentInterface
Interface CommentInterface
Public Methods
Method | Description | Defined By |
---|---|---|
isCommentable() | In this method must be defined the conditions that say if the model is commentable and then return true or false. | lispa\amos\comments\models\CommentInterface |
Method Details
In this method must be defined the conditions that say if the model is commentable and then return true or false.
public abstract boolean isCommentable ( ) |