-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement accessors without instantiating #14
Comments
Related to #7 |
Some currently-failing .phpt tests for |
Some accessors implemented in #343 |
@Ocramius Could you please check methods in the description that are done now? |
@kukulich done |
|
|
|
Shipped! Thanks for the hard work, @kukulich! |
Comment from @Ocramius (see here)
This would mean we could support the following methods:
ReflectionClass::getStaticPropertyValue
- see Implement [g|s]etStaticPropertyValue in ReflectionClass #114ReflectionClass::setStaticPropertyValue
- see Implement [g|s]etStaticPropertyValue in ReflectionClass #114ReflectionMethod::getClosure
- see Implemented ReflectionMethod::getClosure() #354ReflectionMethod::invoke
- see Implemented ReflectionMethod::invoke(), invokeArgs() and setAccessible() #355ReflectionMethod::invokeArgs
- see Implemented ReflectionMethod::invoke(), invokeArgs() and setAccessible() #355ReflectionMethod::setAccessible
- see Implemented ReflectionMethod::invoke(), invokeArgs() and setAccessible() #355ReflectionFunction::getClosure
- see Implemented missing functions in ReflectionFunction #357ReflectionFunction::invoke
- see Implemented missing functions in ReflectionFunction #357ReflectionFunction::invokeArgs
- see Implemented missing functions in ReflectionFunction #357ReflectionProperty::setAccessible
- see Implemented ReflectionProperty::setAccessible(), getValue() and setValue() and ReflectionClass::getStaticProperties() #343ReflectionProperty::setValue
- see Implemented ReflectionProperty::setAccessible(), getValue() and setValue() and ReflectionClass::getStaticProperties() #343The text was updated successfully, but these errors were encountered: