ReflectionClass::getMethod Pobiera obiekt ReflectionMethod dla metody klasy &reftitle.description; public ReflectionMethodReflectionClass::getMethod stringname Pobiera obiekt ReflectionMethod dla metody klasy. &reftitle.parameters; name Nazwa metody. &reftitle.returnvalues; Obiekt ReflectionMethod. &reftitle.errors; Rzuca ReflectionException jeśli metoda nie istnieje. &reftitle.examples; Podstawowe użycie <methodname>ReflectionClass::getMethod</methodname> getMethod('getMethod'); var_dump($method); ?> ]]> &example.outputs; string(9) "getMethod" ["class"]=> string(15) "ReflectionClass" } ]]> &reftitle.seealso; ReflectionClass::getMethods