(PHP 5)
ReflectionClass::getMethods — Gets a list of methods
Gets a list of methods.
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
Any combination of ReflectionMethod::IS_STATIC, ReflectionMethod::IS_PUBLIC, ReflectionMethod::IS_PROTECTED, ReflectionMethod::IS_PRIVATE, ReflectionMethod::IS_ABSTRACT, ReflectionMethod::IS_FINAL.
An array of methods.