ReflectionMethod::isConstructor
(PHP 5, PHP 7, PHP 8)
ReflectionMethod::isConstructor — Checks if method is a constructor
Descrizione
public ReflectionMethod::isConstructor():
bool
Elenco dei parametri
Questa funzione non contiene parametri.
Valori restituiti
true
if the method is a constructor, otherwise false