|
Previous Page |
Solar_Docs_Apiref |
Next Page |
_isInheritedProperty()
protected
string
_isInheritedProperty (
string $class,
ReflectionProperty $property
)
Reports the class, if any, a property is inherited from and identical to.
Parameters
- (string)
$class: The class to check. - (ReflectionProperty)
$property: The property to check.
Returns
- (string) The class from which the property was inherited, but only if the modifiers and comments are identical.
Description
Reports the class, if any, a property is inherited from and identical to.