ReflectionMethod
PHP Manual

ReflectionMethod::isConstructor

(PHP 5)

ReflectionMethod::isConstructorChecks if method is a constructor

Opis

public bool ReflectionMethod::isConstructor ( void )

Checks if the method is a constructor.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

TRUE if the method is a constructor, otherwise FALSE

Zobacz też:


ReflectionMethod
PHP Manual