Solar_Docs_Apiref::_isInheritedMethod()

protected string Solar_Docs_Apiref::_isInheritedMethod ( string $class , ReflectionMethod $method )

Reports the class, if any, a method is inherited from and identical to.

Parameters

  • (string) $class: The class to check.

  • (ReflectionMethod) $method: The method to check.

Returns

  • (string) The class from which the method was inherited, but only if the modifiers, parameters, and comments are identical.

Description

Reports the class, if any, a method is inherited from and identical to.



Local