/**
  * Specify HTML to automatically print before blocks contained within the area.
  *
  * @param string $html
  */
 public function setBlockWrapperStart($html)
 {
     return parent::setBlockWrapperStart($html);
 }