root/components/codeInstrumentation/CodeInstrumentationFunction.class.php

8691
35
        return new CodeInstrumentationParameter( $this->getDeclaringClass()->getName() , $this->getName() , $objReflectionParameter->getName() );
35
        return new CodeInstrumentationParameter( $this->getDeclaringClass()->getName() , $this->getName() , $objReflectionParameter->getName() );
36
    }
36
    }
37
37
38
}
38
}
39
40
?>