Exemplo n.º 1
0
 /**
  * Check if an option exists
  * @param mixed $name
  * @return boolean
  */
 public function hasOption($name)
 {
     return $this->configuration->offsetExists($name);
 }