/**
  * {@inheritDoc}
  */
 public function isBlockTypeInternal()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'isBlockTypeInternal', array());
     return parent::isBlockTypeInternal();
 }
Exemplo n.º 2
0
 /**
  * if a the current BlockType is Internal or not - meaning one of the core built-in concrete5 blocks
  *
  * @access private
  * @return boolean
  */
 public function isBlockTypeInternal()
 {
     return parent::isBlockTypeInternal();
 }