Set the input for this argument.
TRUE if it successfully validates; FALSE if it does not.
public function setArgument($arg) { $this->argument = $arg; return $this->validateArgument($arg); }