ReflectionMethod::isConstructor

(PHP 5)

ReflectionMethod::isConstructorChecks if method is a constructor

Beskrivelse

public bool ReflectionMethod::isConstructor ( void )

Checks if the method is a constructor.

Parametre

This function has no parameters.

Returnerings Værdier

TRUE if the method is a constructor, otherwise FALSE

Se også

add a note add a note

User Contributed Notes

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