ReflectionMethod
PHP Manual

ReflectionMethod::isAbstract

(PHP 5)

ReflectionMethod::isAbstractChecks if method is abstract

Descrierea

public bool ReflectionMethod::isAbstract ( void )

Checks if the method is abstract.

Parametri

Această funcție nu are parametri.

Valorile întoarse

TRUE if the method is abstract, otherwise FALSE

Vedeți de asemenea


ReflectionMethod
PHP Manual