ReflectionMethod::isProtected

(PHP 5, PHP 7, PHP 8)

ReflectionMethod::isProtectedComprueba si el método está protegido

Descripción

public ReflectionMethod::isProtected(): bool

Comprueba si el método está protegido.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

true si el método está protegido, o si no false

Ver también

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top