Пример #1
0
 /**
  * Returns the total number of blocks in an area.
  *
  * @param Page $c must be passed if the display() method has not been run on the area object yet.
  */
 public function getTotalBlocksInArea($c = false)
 {
     return parent::getTotalBlocksInArea($c);
 }