ReflectionFunction クラス
ReflectionFunction
&reftitle.intro;
ReflectionFunction クラスは
関数についての情報を報告します。
&reftitle.classsynopsis;
ReflectionFunction
ReflectionFunction
extends
ReflectionFunctionAbstract
Reflector
&Constants;
const
integer
ReflectionFunction::IS_DEPRECATED
262144
&Properties;
public
name
&Methods;
&InheritedMethods;
&reftitle.properties;
name
関数名。読み込み専用で、書き込もうとすると
ReflectionException をスローします。
&reftitle.constants;
ReflectionFunction の修飾子
ReflectionFunction::IS_DEPRECATED
非推奨の関数であることを示します。
&reference.reflection.entities.reflectionfunction;