示例#1
0
 /**
  * Creates a key value array of the parameters that need to be passed by  url.
  * @return array A key value map.
  */
 protected function getArgumentMap()
 {
     $argMap = parent::getArgumentMap();
     //add user id...
     $argMap["userID"] = $this->parameter->GetUserId();
     return $argMap;
 }