PHP Portal » PHP Handbuch » ReflectionMethod::isAbstract

Werbung

ReflectionMethod::isAbstract


(PHP 5)

ReflectionMethod::isAbstractChecks if method is abstract

Beschreibung

public bool ReflectionMethod::isAbstract ( void )

Checks if the method is abstract.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

TRUE if the method is abstract, otherwise FALSE

Siehe auch