PHP Manual

  • English French German Portuguese Spanish
PHP-Handbuch Funktionsreferenz Variablen- und typbezogene Erweiterungen Reflection ReflectionMethod ReflectionMethod::isConstructor
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::isAbstract
  • ReflectionMethod::isDestructor

ReflectionMethod::isConstructor

(PHP 5)

ReflectionMethod::isConstructor — Checks if method is a constructor

Beschreibung

public bool ReflectionMethod::isConstructor ( void )

Checks if the method is a constructor.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

TRUE if the method is a constructor, otherwise FALSE

Siehe auch

  • ReflectionMethod::__construct() - Constructs a ReflectionMethod
  • ReflectionMethod::isAbstract() - Checks if method is abstract
  • ReflectionMethod::isDestructor() - Checks if method is a destructor

© Copyright © 2001-2015 The PHP Group.

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