ReflectionMethod::isConstructor
(PHP 5, PHP 7, PHP 8)
ReflectionMethod::isConstructor — Yöntem bir kurucu mu diye bakar
Açıklama
public ReflectionMethod::isConstructor():
bool
Bağımsız Değişkenler
Bu işlevin bağımsız değişkeni yoktur.
Dönen Değerler
Yöntem bir kurucu yöntem ise true
yoksa false
.