ReflectionMethod::isAbstract
( excerpt from http://php.net/manual/en/reflectionmethod.isabstract.php )
public function isAbstract(): bool;
Checks if the method is abstract.
Returns
bool
- TRUE if the method is abstract, otherwise FALSE
( excerpt from http://php.net/manual/en/reflectionmethod.isabstract.php )
public function isAbstract(): bool;
Checks if the method is abstract.
bool
- TRUE if the method is abstract, otherwise FALSE