ReflectionMethod::isAbstract

Checks if method is abstract

Description

public bool ReflectionMethod::isAbstract()

Checks if the method is abstract.

Parameters

This function has no parameters.

Return Values

true if the method is abstract, otherwise false

See Also

  • ReflectionMethod::getDeclaringClass