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

LogServiceProvider::boot()

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

ViewFinderInterface::find()

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

Model::jsonSerialize()

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

RedirectResponse::onlyInput()

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

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

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