Exemple #1
0
 /**
  * @param $option
  *
  * @return $this
  */
 public function option($option)
 {
     $this->root->option($option);
     return $this;
 }