PHP Manual

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

ReflectionMethod::isProtected

(PHP 5)

ReflectionMethod::isProtected — Checks if method is protected

Beschreibung

public bool ReflectionMethod::isProtected ( void )

Checks if the method is protected.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

TRUE if the method is protected, otherwise FALSE

Siehe auch

  • ReflectionMethod::isPrivate() - Checks if method is private

© Copyright © 2001-2015 The PHP Group.

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