ReflectionMethod::isPublic
PHP Manual
PHP Manual»ReflectionMethod»ReflectionMethod::isPublic

ReflectionMethod::isPublic

(PHP 5, PHP 7, PHP 8)

ReflectionMethod::isPublicChecks if method is public

Опис

public function ReflectionMethod::isPublic(): bool

Checks if the method is public.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

true if the method is public, otherwise false

Прогляньте також

To Top