/**
  * 
  * @return \Bootstrap_Dropdown
  */
 public function add_divider()
 {
     $this->_elements[] = Bootstrap_Dropdown::divider();
     return $this;
 }