ReflectionMethod::isAbstract

(PHP 5, PHP 7)

ReflectionMethod::isAbstractChecks if method is abstract

Descrierea

public ReflectionMethod::isAbstract ( void ) : bool

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