(PHP 5, PHP 7)
Checks if method is abstract
public bool ReflectionMethod::isAbstract ( void )
Checks if the method is abstract.
Returns:
TRUE
if the method is abstract, otherwise FALSE
See also:
Please login to continue.