Exemple #1
0
 /**
  * @param string $name
  * @return bool
  */
 public function hasOption($name)
 {
     return $this->config->hasOption($name);
 }