/**
  * {@inheritDoc}
  */
 public function isInternalBlockType()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'isInternalBlockType', array());
     return parent::isInternalBlockType();
 }
示例#2
0
 /**
  * Returns true if the block type is internal (and therefore cannot be removed) a core block
  *
  * @return boolean
  */
 public function isInternalBlockType()
 {
     return parent::isInternalBlockType();
 }