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

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top