Showing 7 of 1,975 result(s)
The fake method will swap the currently bound queue manager instance with a fake; this is incredibly useful for testing purposes. The fake queue manager instance, by default, is an instance of "Illuminate\Support\Testing\Fakes\QueueFake".
The get method will return the value associated with the provided $key . If the $key does not exist, the $default value will be returned (which is null by default).
The signature of the get method is:
The getAttributes method simply returns an array containing all key/value pairs, representing the underlying data contained within the Fluent instance.
The signature of the getAttributes method is: public function getAttributes();
The signature of the toArray method is: public function toArray();
The signature of the jsonSerialize method is: public function jsonSerialize();