SyncQueue::setContainer()

void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void

WorkCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

Grammar::columnize()

string columnize(array $columns) Convert an array of column names into a delimited string. Parameters array $columns Return Value string

CallbackEvent::description()

$this description(string $description) Set the human-friendly description of the event. Parameters string $description Return Value $this

Writer::getEventDispatcher()

Dispatcher getEventDispatcher() Get the event dispatcher instance. Return Value Dispatcher

Grammar::getDateFormat()

string getDateFormat() Get the format for database stored dates. Return Value string

MorphPivot::creating()

static void creating(Closure|string $callback, int $priority) Register a creating model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

FilesystemAdapter::put()

bool put(string $path, string|resource $contents, string $visibility = null) Write the contents of a file. Parameters string $path string|resource $contents string $visibility Return Value bool

ApcStore

ApcStore class ApcStore extends TaggableStore implements Store (View source) Traits RetrievesMultipleKeys

Handler

Handler class Handler implements ExceptionHandler (View source) Methods void __construct(Container $container) Create a new exception handler instance. void report(Exception $e) Report or log an exception. bool shouldReport(Exception $e) Determine if the exception should be reported. Response render(Request $request, Exception $e) Render an exception into a response. void renderForConsole(OutputInterface $output, Exception $e) Render an exception to the console.