Пример #1
0
 /**
  * Sets a custom block template for blocks of a type specified by the btHandle
  * Note, these can be stacked. For example
  * $a->setCustomTemplate('image', 'banner');
  * $a->setCustomTemplate('content', 'masthead_content');.
  *
  * @param string $btHandle handle for the block type
  * @param string $view string identifying the block template ex: 'templates/breadcrumb.php'
  */
 public function setCustomTemplate($btHandle, $view)
 {
     return parent::setCustomTemplate($btHandle, $view);
 }