CodeInstrumentationFunction Class Reference

Inheritance diagram for CodeInstrumentationFunction:

CodeReflectionFunction ExtendedReflectionFunction ReflectionFunction

List of all members.

Protected Member Functions

 createExtendedReflectionParameter (ReflectionParameter $objReflectionParameter)


Detailed Description

Implement a code instrumentation into a function

Make a call to some function what was apply the code instrumentation make a message to some actor of the code instrumentation receiver

Todo:
This class need to make code instrumentation. Today code instrumentation works only into objects What will be the actor or object what will be resposable by the functions as its methods
Author:
Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com>

Definition at line 23 of file CodeInstrumentationFunction.class.php.


Member Function Documentation

createExtendedReflectionParameter ( ReflectionParameter objReflectionParameter  )  [protected]

This method is necessary to make the callers of the parameters of the function bring CodeInstrumentationParameters

See also:
ExtendedReflectionFunction::createExtendedReflectionParameter
Parameters:
ReflectionParameter $objReflectionParameter
Returns:
CodeInstrumentationParameter

Reimplemented from CodeReflectionFunction.

Definition at line 33 of file CodeInstrumentationFunction.class.php.

00034     {
00035         return new CodeInstrumentationParameter( $this->getDeclaringClass()->getName() , $this->getName() , $objReflectionParameter->getName() );
00036     }


The documentation for this class was generated from the following file:

Generated on Thu Feb 3 03:55:02 2011 for CodeToDiagram by  doxygen 1.5.9