ReflectionMethod
PHP Manual

ReflectionMethod::isAbstract

(PHP 5)

ReflectionMethod::isAbstractChecks if method is abstract

Descripción

public bool ReflectionMethod::isAbstract ( void )

Checks if the method is abstract.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

TRUE if the method is abstract, otherwise FALSE

Ver también


ReflectionMethod
PHP Manual