Newscoop\Entity\Comment\Preference\Article::getLocked PHP Метод

getLocked() публичный Метод

Get the flag if the comments are enabled or not
public getLocked ( ) : boolean
Результат boolean
    public function getLocked()
    {
        return $this->locked;
    }

Usage Example

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