StaticPageComment
class StaticPageComment
Class StaticPageComment
Properties
| protected int | $id | ||
| protected string | $content | Content of comment | |
| protected DateTime|null | $created_at | Date when comment was created | |
| protected DateTime|null | $approvedAt | Date when comment was approved for display | |
| protected bool|null | $status | Defines status of comment | |
| protected string | $name | Username of user who wrote the comment | |
| protected string | Mail of user who wrote the comment | ||
| protected StaticPage | $blog_post | Static Page for which comment was created | |
| protected User | $user |
Methods
int
getId()
No description
setId(int $id)
No description
string
getContent()
No description
setContent(string $content)
No description
getCreatedAt()
No description
getApprovedAt()
No description
boolean
isStatus()
No description
setStatus(boolean $status)
No description
string
getName()
No description
setName(string $name)
No description
string
getMail()
No description
setMail(string $mail)
No description
mixed
getBlogPost()
No description
setBlogPost(mixed $blog_post)
No description