ReflectionMethod::isAbstract
(PHP 5)
ReflectionMethod::isAbstract — Checks 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::getDeclaringClass() - Gets declaring class for the reflected method.
There are no user contributed notes for this page.
