Newscoop\Entity\Comment\Preference\Article::getLocked PHP Méthode

getLocked() public méthode

Get the flag if the comments are enabled or not
public getLocked ( ) : boolean
Résultat boolean
    public function getLocked()
    {
        return $this->locked;
    }

Usage Example

 public function getLocked()
 {
     $this->__load();
     return parent::getLocked();
 }