ReflectionMethod::isAbstract
(PHP 5)
ReflectionMethod::isAbstract — Checks 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
There are no user contributed notes for this page.
