/**
  * Gets the type of the parameter.
  * 
  * @return Type
  */
 public function getType()
 {
     return $this->declaringFunction->__internal_getParameterType($this->getReflector());
 }