root/components/codeInstrumentation/CodeInstrumentationClass.class.php

8691
182
    {
182
    {
183
        return new CodeInstrumentationMethod( $this->getName() , $objOriginalReflectionMethod->getName() );
183
        return new CodeInstrumentationMethod( $this->getName() , $objOriginalReflectionMethod->getName() );
184
    }
184
    }
185
}
185
}
186
187
?>