function Global / object_get
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

object_get

object_get ( ) : mixed

Get an item from an object using "dot" notation.

Parameters

  • $object object
  • $key string|null
  • $default mixed