ReflectionMethod::isConstructor

(PHP 5)

ReflectionMethod::isConstructorChecks if method is a constructor

Опис

public bool ReflectionMethod::isConstructor ( void )

Checks if the method is a constructor.

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

TRUE if the method is a constructor, otherwise FALSE

Прогляньте Також

add a note add a note

User Contributed Notes

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