ReflectionMethod
PHP Manual

ReflectionMethod::isAbstract

(PHP 5, PHP 7)

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

A se vedea și


ReflectionMethod
PHP Manual