ReflectionMethod
PHP Manual

ReflectionMethod::isConstructor

(PHP 5, PHP 7)

ReflectionMethod::isConstructorYöntem bir kurucu mu diye bakar

Açıklama

public bool ReflectionMethod::isConstructor ( void )

Yöntem bir kurucu yöntem ise TRUE döner.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

Yöntem bir kurucu yöntem ise TRUE yoksa FALSE.

Ayrıca Bakınız


ReflectionMethod
PHP Manual