ReflectionMethod::getDeclaringClass
Gets declaring class for the reflected method
&reftitle.description;
public ReflectionClassReflectionMethod::getDeclaringClass
Gets the declaring class for the reflected method.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
A ReflectionClass object of the class that the
reflected method is part of.
&reftitle.examples;
ReflectionMethod::getDeclaringClass example
getDeclaringClass());
?>
]]>
&example.outputs;
string(10) "HelloWorld"
}
]]>
&reftitle.seealso;
ReflectionMethod::isAbstract