Newscoop\Entity\Article::getCommentsLocked PHP Method

getCommentsLocked() public method

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