Пример #1
0
 /**
  * Start capturing output for a 'block' if it has no content
  *
  * @param string $name The name of the block to capture for.
  * @return void
  * @see ViewBlock::startIfEmpty()
  */
 public function startIfEmpty($name)
 {
     $this->Blocks->startIfEmpty($name);
 }