PHP Manual

  • English French German Portuguese Spanish
Manuel PHP Référence des fonctions Extensions relatives aux variables et aux types 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 — Vérifie si la méthode est abstraite

Description

public bool ReflectionMethod::isAbstract ( void )

Vérifie si la méthode est abstraite.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

TRUE si la méthode est abstraite, FALSE sinon.

Voir aussi

  • ReflectionMethod::getDeclaringClass() - Récupère la déclaration de la classe de la méthode réléchie

© Copyright © 2001-2015 The PHP Group.

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