/**
  * {@inheritDoc}
  */
 public function isLocked()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'isLocked', []);
     return parent::isLocked();
 }