/**
  * {@inheritDoc}
  */
 public function getBlockTypeCustomTemplates()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBlockTypeCustomTemplates', array());
     return parent::getBlockTypeCustomTemplates();
 }
示例#2
0
 /**
  * Gets the custom templates available for the current BlockType
  *
  * @return TemplateFile[]
  */
 public function getBlockTypeCustomTemplates()
 {
     return parent::getBlockTypeCustomTemplates();
 }