isDestroyed() public method

Checks if model is in destroyed state.
public isDestroyed ( ) : boolean
return boolean
 /**
  * @override
  * @inheritDoc
  */
 public function isDestroyed()
 {
     return $this->model->isDestroyed();
 }