Ejemplo n.º 1
0
 /**
  * Add a precreated bit of sentence
  *
  * @param  string $bit The bit to display
  */
 public function bit($bit)
 {
     $this->addWord('bit', Babel::bit($bit));
     return $this;
 }