root/components/codeReflection/CodeReflectionFunction.class.php

614
5
	{
5
	{
6
		return new CodeReflectionParameter( $this->getDeclaringClass()->getName() , $this->getName() , $objReflectionParameter->getName() );
6
		return new CodeReflectionParameter( $this->getDeclaringClass()->getName() , $this->getName() , $objReflectionParameter->getName() );
7
	}
7
	}
8
    
8
9
}
9
}
10
?>
10
?>