|
Previous Page |
Solar_Docs_Apiref |
Next Page |
_isInheritedMethod()
protected
string
_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.