DatabaseNotificationCollection::diff()

Collection diff(mixed $items) Diff the collection with the given items. Parameters mixed $items Return Value Collection

Composer::__construct()

void __construct(Filesystem $files, string $workingPath = null) Create a new Composer manager instance. Parameters Filesystem $files string $workingPath Return Value void

Dumper::dump()

void dump(mixed $value) Dump a value with elegance. Parameters mixed $value Return Value void

FailedTableCommand::setLaravel()

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

CompilerEngine

CompilerEngine class CompilerEngine extends PhpEngine (View source) Methods string get(string $path, array $data = array()) Get the evaluated contents of the view. void __construct(CompilerInterface $compiler) Create a new Blade view engine instance. CompilerInterface getCompiler() Get the compiler implementation.

MethodValidator::matches()

bool matches(Route $route, Request $request) Validate a given rule against a route and request. Parameters Route $route Request $request Return Value bool

JoinClause::selectRaw()

Builder|Builder selectRaw(string $expression, array $bindings = array()) Add a new "raw" select expression to the query. Parameters string $expression array $bindings Return Value Builder|Builder

Builder::orWhereNotNull()

Builder|Builder orWhereNotNull(string $column) Add an "or where not null" clause to the query. Parameters string $column Return Value Builder|Builder

EventGenerateCommand

EventGenerateCommand class EventGenerateCommand extends Command (View source) Methods void __construct() Create a new console command instance. from Command 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 string|array argu

Validator::getExtensions()

array getExtensions() Get the array of custom validator extensions. Return Value array