Model::jsonSerialize()

array jsonSerialize() Convert the object into something JSON serializable. Return Value array

ScheduleRunCommand

ScheduleRunCommand class ScheduleRunCommand extends Command (View source) Methods void __construct(Schedule $schedule) Create a new command instance. int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command bool hasArgument(string

RedirectResponse::onlyInput()

$this onlyInput() Flash an array of input to the session. Return Value $this

Relation::__clone()

void __clone() Force a clone of the underlying query builder when cloning. Return Value void

SqlServerGrammar::compileExists()

string compileExists(Builder $query) Compile an exists statement into SQL. Parameters Builder $query Return Value string

SQLiteConnection::rollBack()

void rollBack() Rollback the active database transaction. Return Value void

Builder::whereColumn()

Builder|Builder whereColumn(string|array $first, string|null $operator = null, string|null $second = null, string|null $boolean = 'and') Add a "where" clause comparing two columns to the query. Parameters string|array $first string|null $operator string|null $second string|null $boolean Return Value Builder|Builder

MorphToMany::first()

mixed first(array $columns = array('*')) Execute the query and get the first result. Parameters array $columns Return Value mixed

User::observe()

static void observe(object|string $class, int $priority) Register an observer with the Model. Parameters object|string $class int $priority Return Value void

ListFailedCommand::warn()

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