Fluent
class Fluent implements ArrayAccess, Arrayable, Jsonable, JsonSerializable (View source)
Methods
void __construct(array|object $attributes = array()) Create a new fluent container instance. mixed get(string $key, mixed $default = null) Get an attribute from the container. array getAttributes() Get the attributes from the container. array toArray() Convert the Fluent instance to an array. array jsonSerialize() Convert the object into something JSON serializable.