PHP Doku:: Checks if property is protected - reflectionproperty.isprotected.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzVariablen- und typbezogene ErweiterungenReflectionThe ReflectionProperty classReflectionProperty::isProtected

Ein Service von Reinhard Neidl - Webprogrammierung.

The ReflectionProperty class

<<ReflectionProperty::isPrivate

ReflectionProperty::isPublic>>

ReflectionProperty::isProtected

(PHP 5)

ReflectionProperty::isProtectedChecks if property is protected

Beschreibung

public bool ReflectionProperty::isProtected ( void )

Checks whether the property is protected.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

TRUE if the property is protected, FALSE otherwise.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)