/**
  * {@inheritDoc}
  */
 public function hasAddTemplate()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'hasAddTemplate', array());
     return parent::hasAddTemplate();
 }
Exemplo n.º 2
0
 /**
  * Determines if the block type has templates available
  *
  * @return boolean
  */
 public function hasAddTemplate()
 {
     return parent::hasAddTemplate();
 }