ReflectionMethod
PHP Manual

ReflectionMethod::isPublic

(PHP 5)

ReflectionMethod::isPublicChecks if method is public

説明

public bool ReflectionMethod::isPublic ( void )

Checks if the method is public.

パラメータ

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

返り値

TRUE if the method is public, otherwise FALSE

参考


ReflectionMethod
PHP Manual