/**
  * Sets the total number of blocks an area allows. Does not limit by type.
  *
  * @param int $num
  */
 public function setBlockLimit($num)
 {
     return parent::setBlockLimit($num);
 }