PHP BetterReflection\Reflection ReflectionProperty::isDefault - 1 examples found. These are the top rated real world PHP examples of BetterReflection\Reflection\ReflectionProperty::isDefault extracted from open source projects. You can rate examples to help us improve the quality of examples.
Note that unless the property is static, this is hard coded to return
true, because we are unable to reflect instances of classes, therefore
we can be sure that all properties are always declared at compile-time.