Пример #1
0
 /**
  * Get the names of all the existing blocks.
  *
  * @return array An array containing the blocks.
  * @see ViewBlock::keys()
  */
 public function blocks()
 {
     return $this->Blocks->keys();
 }