Object Properties

Introduction

We've added extra ways to inspect and understand the non-static properties of an object.

Available Functions

Function Purpose
get_object_properties() return the non-static properties of an object
has_object_properties() does the object have non-static properties at all?
FilterObjectProperties::from() extract the non-static properties of an object
HasObjectProperties::check() does the object have non-static properties?
IsObjectProperty::check() is the ReflectionProperty an object property?