string render() Get the evaluated contents of the object. Return Value string
string getPrefix() Get the cache key prefix. Return Value string
array events() Get all of the events on the schedule. Return Value array
void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void
void __construct(Broadcaster $broadcaster) Create a new job handler instance. Parameters Broadcaster $broadcaster Return Value void
string toHtml() Render the contents of the paginator to HTML. Return Value string
$this setCreatedAt(mixed $value) Set the value of the "created at" attribute. Parameters mixed $value Return Value $this
void line(string $string) Write a string as standard output. Parameters string $string Return Value void
mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed
Collection mapWithKeys(callable $callback) Run an associative map over each of the items. The callback should return an associative array with a single key/value pair. Parameters callable $callback Return Value Collection
Page 308 of 996