getEnabled() public method

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