ReflectionMethod::isDestructor
(PHP 5)
ReflectionMethod::isDestructor — Checks if method is a destructor
Beschreibung
public bool ReflectionMethod::isDestructor
( void
)
Checks if the method is a destructor.
Parameter-Liste
Diese Funktion hat keine Parameter.
Rückgabewerte
TRUE if the method is a destructor, otherwise FALSE