args, $key)) { return $this->args[$key]; } else { return NULL; } } function handle($args) { $this->args = copy($argarray); } }