getLocked() public method

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