/**
  * set the configuration callback/map for the __call magic method
  * @return void
  **/
 protected function __setCallbacks()
 {
     parent::__setCallbacks();
     $this->mergeCallbackMap(["add" => "addParameter"]);
 }