ReflectionMethod::isPublic

(PHP 5, PHP 7, PHP 8)

ReflectionMethod::isPublic — Checks if method is public

Опис

public function ReflectionMethod::isPublic(): bool

Checks if the method is public.

Параметри

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

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

true if the method is public, otherwise false

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

+add a note

User Contributed Notes

There are no user contributed notes for this page.