\TestReflection
Reflection helper class.
Synopsis
class TestReflection
{
}
}
Methods
public
- getValue() — Helper method that gets a protected or private property in a class by relfection.
- invoke() — Helper method that invokes a protected or private method in a class by reflection.
- setValue() — Helper method that sets a protected or private property in a class by relfection.