Пример #1
0
 /**
  * Check if a block exists
  *
  * @param string $name Name of the block
  *
  * @return bool
  */
 public function exists($name)
 {
     return $this->Blocks->exists($name);
 }