ReflectionMethod
PHP Manual

ReflectionMethod::isPrivate

(PHP 5)

ReflectionMethod::isPrivateChecks if method is private

説明

public bool ReflectionMethod::isPrivate ( void )

Checks if the method is private.

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

この関数にはパラメータはありません。

返り値

TRUE if the method is private, otherwise FALSE

参考


ReflectionMethod
PHP Manual