コード例 #1
0
 /**
  * Set the content of the element
  *
  * @param   string $content
  *
  * @return \SxBootstrap\View\Helper\Bootstrap\AbstractElementHelper
  */
 public function setContent($content)
 {
     $this->element->setContent($content);
     return $this;
 }