HTML

HTML class HTML extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the resolved

ClosureCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

JoinClause::orWhereRaw()

Builder|Builder orWhereRaw(string $sql, array $bindings = array()) Add a raw or where clause to the query. Parameters string $sql array $bindings Return Value Builder|Builder

BootstrapPresenter::getAdjacentRange()

string getAdjacentRange() Get the page range for the current page window. Return Value string

DownCommand::run()

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

MorphToMany::getMorphType()

string getMorphType() Get the foreign key "type" name. Return Value string

Model::getConnectionName()

string getConnectionName() Get the current connection name for the model. Return Value string

QueueingDispatcher::pipeThrough()

$this pipeThrough(array $pipes) Set the pipes commands should be piped through before dispatching. Parameters array $pipes Return Value $this

FailConsoleServiceProvider::guessPackagePath()

string guessPackagePath() Guess the package path for the provider. Return Value string

Builder::getEagerLoads()

array getEagerLoads() Get the relationships being eagerly loaded. Return Value array