SyncJob::isDeleted()

bool isDeleted() Determine if the job has been deleted. Return Value bool

FilesystemServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed

PolicyMakeCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

Routing\Events

Illuminate\Routing\Events Classes RouteMatched

SqlServerProcessor

SqlServerProcessor class SqlServerProcessor extends Processor (View source) Methods array processSelect(Builder $query, array $results) Process the results of a "select" query. from Processor int processInsertGetId(Builder $query, string $sql, array $values, string $sequence = null) Process an "insert get ID" query. array processColumnListing(array $results) Process the results of a column listing query.

Migration

Migration class Migration (View source) Methods string getConnection() Get the migration connection name.

PolicyMakeCommand::error()

void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void

Request::expectsJson()

bool expectsJson() Determine if the current request probably expects a JSON response. Return Value bool

LogBroadcaster::auth()

mixed auth(Request $request) Authenticate the incoming request for a given channel. Parameters Request $request Return Value mixed

QueuedJob::__construct()

void __construct(Kernel $kernel) Create a new job instance. Parameters Kernel $kernel Return Value void