PHP Manual

  • English French German Portuguese Spanish
PHP-Handbuch Funktionsreferenz Variablen- und typbezogene Erweiterungen Reflection ReflectionProperty ReflectionProperty::isDefault
ReflectionProperty ReflectionProperty::__clone ReflectionProperty::__construct ReflectionProperty::export ReflectionProperty::getDeclaringClass ReflectionProperty::getDocComment ReflectionProperty::getModifiers ReflectionProperty::getName ReflectionProperty::getValue ReflectionProperty::isDefault ReflectionProperty::isPrivate ReflectionProperty::isProtected ReflectionProperty::isPublic ReflectionProperty::isStatic ReflectionProperty::setAccessible ReflectionProperty::setValue ReflectionProperty::__toString
  • ReflectionProperty::getValue
  • ReflectionProperty::isPrivate

ReflectionProperty::isDefault

(PHP 5)

ReflectionProperty::isDefault — Checks if default value

Beschreibung

public bool ReflectionProperty::isDefault ( void )

Checks whether the property is the default.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

TRUE if the property was declared at compile-time, or FALSE if it was created at run-time.

Siehe auch

  • ReflectionProperty::getValue() - Gets value

© Copyright © 2001-2015 The PHP Group.

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