ReflectionProperty::isDefault

ReflectionProperty::isDefault

(PHP 5, PHP 7)

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.

Parameters

This function has no parameters.