ReflectionProperty::isDefault

(PHP 5)

ReflectionProperty::isDefaultChecks if default value

Beskrivelse

public bool ReflectionProperty::isDefault ( void )

Checks whether the property is the default.

Parametre

This function has no parameters.

Returnerings Værdier

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

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top