Converts an array of values into a string of their type names
static
string
parmsToString
( $injected)
Creates a new delegating monitor
Redefined in descendants as:
Event thrown after the component has been instantiated using the given constructor.
This should be called for both Constructor and Setter DI.
-
Xyster_Container_Interface
$container
-
Xyster_Container_Adapter
$adapter
-
Xyster_Type
$class: the class being instantiated
-
mixed
$instantiated: the component that was instantiated
-
array
$injected: the components during instantiation
-
float
$duration: the duration in millis of the instantiation
Implementation of:
- Xyster_Container_Monitor::instantiated()
- Event thrown after the component has been instantiated using the given constructor.
Redefined in descendants as:
Event thrown as the component is being instantiated using the given constructor
Implementation of:
- Xyster_Container_Monitor::instantiating()
- Event thrown as the component is being instantiated using the given constructor
Redefined in descendants as:
Event thrown if the component instantiation failed using the given constructor
Implementation of:
- Xyster_Container_Monitor::instantiationFailed()
- Event thrown if the component instantiation failed using the given constructor
Redefined in descendants as:
Event thrown if the component method invocation failed on the given instance
void
invocationFailed
( $member, mixed $instance, $cause)
-
ReflectionMethod
$member
-
mixed
$instance: the component instance
-
Exception
$cause: the Exception detailing the cause of the failure
Implementation of:
- Xyster_Container_Monitor::invocationFailed()
- Event thrown if the component method invocation failed on the given instance
Redefined in descendants as:
Event thrown after the component method has been invoked on the given instance
Implementation of:
- Xyster_Container_Monitor::invoked()
- Event thrown after the component method has been invoked on the given instance
Redefined in descendants as:
Event thrown as the component method is being invoked on the given instance
Implementation of:
- Xyster_Container_Monitor::invoking()
- Event thrown as the component method is being invoked on the given instance
Redefined in descendants as: