Пример #1
0
 /**
  * Get all of the blocks within the current area for a given page.
  *
  * @param Page|bool $c
  *
  * @return Block[]
  */
 public function getAreaBlocksArray($c = false)
 {
     return parent::getAreaBlocksArray($c);
 }