Solar_Docs_Apiref::_isInheritedProperty()

protected string Solar_Docs_Apiref::_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.



Local