MorphOne::update()

int update(array $attributes) Perform an update on all the related models. Parameters array $attributes Return Value int

Collection::whereStrict()

Collection whereStrict(string $key, mixed $value) Filter items by the given key value pair using strict comparison. Parameters string $key mixed $value Return Value Collection

SqlServerConnection::affectingStatement()

int affectingStatement(string $query, array $bindings = array()) Run an SQL statement and get the number of rows affected. Parameters string $query array $bindings Return Value int

File::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

ViewFinderInterface::find()

string find(string $view) Get the fully qualified location of the view. Parameters string $view Return Value string

LogServiceProvider::boot()

void boot() Bootstrap the application events. Return Value void

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