ReflectionMethod
PHP Manual

ReflectionMethod::isProtected

(PHP 5)

ReflectionMethod::isProtectedChecks if method is protected

Описание

public bool ReflectionMethod::isProtected ( void )

Checks if the method is protected.

Параметри

Тази функция няма параметри.

Връщани стойности

TRUE if the method is protected, otherwise FALSE

Вж. също


ReflectionMethod
PHP Manual