Exemplo n.º 1
0
 /**
  * Returns whether the option exists or not.
  *
  * @param mixed $key key to check
  *
  * @return bool true, if key exists; false otherwise
  */
 public function hasOption($key)
 {
     return $this->options->has($key);
 }