Newscoop\Entity\Article::commentsLocked PHP 메소드

commentsLocked() 공개 메소드

Getter for commentsLocked.
public commentsLocked ( ) : mixed
리턴 mixed
    public function commentsLocked()
    {
        return $this->getCommentsLocked();
    }