ReflectionMethod
PHP Manual

ReflectionMethod::isAbstract

(PHP 5)

ReflectionMethod::isAbstractChecks if method is abstract

説明

public bool ReflectionMethod::isAbstract ( void )

Checks if the method is abstract.

パラメータ

この関数にはパラメータはありません。

返り値

TRUE if the method is abstract, otherwise FALSE

参考


ReflectionMethod
PHP Manual