Exemplo n.º 1
0
 /**
  * (non-PHPdoc)
  * @see \Bootstrap\HtmlElement::id()
  */
 public function id($id)
 {
     $this->table->id($id);
     return $this;
 }