BlogComment
class BlogComment
Class BlogComment
Properties
| protected int | $id | ||
| protected string | $content | Blog comment content | |
| protected DateTime|null | $created_at | Date when blog comment created | |
| protected DateTime|null | $approved_at | Date when blog comment last updated | |
| protected bool|null | $status | Status of blog comment, approved or not | |
| protected string | $name | Name of user who created blog comment | |
| protected string | Mail of user who created blog comment | ||
| protected BlogPost|null | $blog_post | Blog post for which is blog comment | |
| protected User | $user | User who created blog comment | |
| protected Image|null | $userImage | Base image url of user who created blog comment |
Methods
int
getId()
No description
setId(int $id)
No description
string
getContent()
No description
setContent(string $content)
No description
DateTime|null
getCreatedAt()
No description
DateTime|null
getApprovedAt()
No description
bool|null
isStatus()
No description
setStatus(boolean|null $status)
No description
string
getName()
No description
setName(string $name)
No description
string
getMail()
No description
setMail(string $mail)
No description
null|BlogPost
getBlogPost()
No description
Image|null
getUserImage()
No description