Example #1
0
 /**
  * Determine if an argument exists
  *
  * @param  string $arg
  * @return boolean
  */
 public function hasArgument($arg)
 {
     return $this->request->hasArgument($arg);
 }