|
ReflectionProperty::isDefaultChecks if property is a default property Description
public bool ReflectionProperty::isDefault
( void
)
Checks whether the property was declared at compile-time, or whether the property was dynamically declared at run-time. ParametersThis function has no parameters. Return Values
Examples
Example #1 ReflectionClass::isDefault example
<?php The above example will output: bool(true) bool(false) See Also
|