ReflectionMethod
PHP Manual

ReflectionMethod::isAbstract

(PHP 5)

ReflectionMethod::isAbstractChecks if method is abstract

Opis

public bool ReflectionMethod::isAbstract ( void )

Checks if the method is abstract.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

TRUE if the method is abstract, otherwise FALSE

Zobacz też:


ReflectionMethod
PHP Manual