Example #1
0
 /**
  * Set HTML that automatically prints after any blocks contained within the area.
  *
  * @param string $html
  */
 public function setBlockWrapperEnd($html)
 {
     return parent::setBlockWrapperEnd($html);
 }