PHP Manual

  • English French German Portuguese Spanish
PHP Manual Function Reference Variable and Type Related Extensions Reflection ReflectionMethod ReflectionMethod::isAbstract
ReflectionMethod ReflectionMethod::__construct ReflectionMethod::export ReflectionMethod::getClosure ReflectionMethod::getDeclaringClass ReflectionMethod::getModifiers ReflectionMethod::getPrototype ReflectionMethod::invoke ReflectionMethod::invokeArgs ReflectionMethod::isAbstract ReflectionMethod::isConstructor ReflectionMethod::isDestructor ReflectionMethod::isFinal ReflectionMethod::isPrivate ReflectionMethod::isProtected ReflectionMethod::isPublic ReflectionMethod::isStatic ReflectionMethod::setAccessible ReflectionMethod::__toString
  • ReflectionMethod::invokeArgs
  • ReflectionMethod::isConstructor

ReflectionMethod::isAbstract

(PHP 5)

ReflectionMethod::isAbstract — Checks if method is abstract

Description

public bool ReflectionMethod::isAbstract ( void )

Checks if the method is abstract.

Parameters

This function has no parameters.

Return Values

TRUE if the method is abstract, otherwise FALSE

See Also

  • ReflectionMethod::getDeclaringClass() - Gets declaring class for the reflected method.

© Copyright © 2001-2015 The PHP Group.

© Copyright 2014. Diseñado por PHP Manual usando jfCMS.