/**
  * {@inheritDoc}
  */
 public function delete()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'delete', array());
     return parent::delete();
 }
Exemplo n.º 2
0
 /**
  * Removes the block type. Also removes instances of content.
  */
 public function delete()
 {
     return parent::delete();
 }