Newscoop\Entity\Comment\Preference\Article::getEnabled PHP Method

getEnabled() public method

Get the flag if the comments are enabled or not
public getEnabled ( ) : boolean
return boolean
    public function getEnabled()
    {
        return $this->enabled;
    }

Usage Example

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