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