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