|
ReflectionProperty::isDefaultChecks if property is a default property Beschreibung
public bool ReflectionProperty::isDefault
( void
)
Checks whether the property was declared at compile-time, or whether the property was dynamically declared at run-time. Parameter-ListeDiese Funktion hat keine Parameter. Rückgabewerte
Beispiele
Beispiel #1 ReflectionClass::isDefault example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: bool(true) bool(false) Siehe auch
|