ReflectionMethod::isProtected
(PHP 5, PHP 7, PHP 8)
ReflectionMethod::isProtected — Verifica si el método es protegido
Descripción
public function ReflectionMethod::isProtected():
bool
Verifica si el método es protegido.
Parámetros
Esta función no contiene ningún parámetro.
Valores devueltos
true si el método es protegido, false en caso contrario.
There are no user contributed notes for this page.