ReflectionClass::getExtension
Gets a ReflectionExtension object for the extension which defined the class
&reftitle.description;
public ReflectionExtensionReflectionClass::getExtension
Gets a ReflectionExtension object for the extension which defined the class.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
A ReflectionExtension object representing the extension which defined the class,
or &null; for user-defined classes.
&reftitle.examples;
Basic usage of ReflectionClass::getExtension
getExtension();
var_dump($extension);
?>
]]>
&example.outputs;
string(10) "Reflection"
}
]]>
&reftitle.seealso;
ReflectionClass::getExtensionName