/**
  * {@inheritDoc}
  */
 public function getBlockTypeDescription()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBlockTypeDescription', array());
     return parent::getBlockTypeDescription();
 }
Exemplo n.º 2
0
 /**
  * gets the BlockTypes description text
  *
  * @return string
  */
 public function getBlockTypeDescription()
 {
     return parent::getBlockTypeDescription();
 }