suche nach in der

ReflectionMethod::isDestructor> <ReflectionMethod::isAbstract
Last updated: Fri, 25 May 2012

view this page in

ReflectionMethod::isConstructor

(PHP 5)

ReflectionMethod::isConstructorChecks if method is a constructor

Beschreibung

public bool ReflectionMethod::isConstructor ( void )

Checks if the method is a constructor.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

TRUE if the method is a constructor, otherwise FALSE

Siehe auch



add a note add a note User Contributed Notes
ReflectionMethod::isConstructor
There are no user contributed notes for this page.