Пример #1
0
 /**
  * Called by the scrapbook proxy block, this disables the original block container for the current request,
  * because the scrapbook block takes care of rendering the container.
  */
 public function disableBlockContainer()
 {
     return parent::disableBlockContainer();
 }