ReflectionMethod クラス
ReflectionMethod
&reftitle.intro;
ReflectionMethod クラスは
メソッドについての情報を報告します。
&reftitle.classsynopsis;
ReflectionMethod
ReflectionMethod
extends
ReflectionFunctionAbstract
Reflector
&Constants;
const
integer
ReflectionMethod::IS_STATIC
1
const
integer
ReflectionMethod::IS_PUBLIC
256
const
integer
ReflectionMethod::IS_PROTECTED
512
const
integer
ReflectionMethod::IS_PRIVATE
1024
const
integer
ReflectionMethod::IS_ABSTRACT
2
const
integer
ReflectionMethod::IS_FINAL
4
&Properties;
public
name
public
class
&Methods;
&InheritedMethods;
&reftitle.properties;
name
メソッド名
class
クラス名
&reftitle.constants;
ReflectionMethod の修飾子
ReflectionMethod::IS_STATIC
メソッドが static であることを示します。
ReflectionMethod::IS_PUBLIC
メソッドが public であることを示します。
ReflectionMethod::IS_PROTECTED
メソッドが protected であることを示します。
ReflectionMethod::IS_PRIVATE
メソッドが private であることを示します。
ReflectionMethod::IS_ABSTRACT
メソッドが abstract であることを示します。
ReflectionMethod::IS_FINAL
メソッドが final であることを示します。
&reference.reflection.entities.reflectionmethod;