Lang

Lang class Lang 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

StorageLinkCommand::run()

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

TinkerServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

ClearRemindersCommand::comment()

void comment(string $string) Write a string as comment output. Parameters string $string Return Value void

ClearRemindersCommand::__construct()

void __construct() Create a new console command instance. Return Value void

Redirect

Redirect class Redirect 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 r

Builder::orWhereTime()

Builder|Builder orWhereTime(string $column, string $operator, int $value) Add an "or where time" statement to the query. Parameters string $column string $operator int $value Return Value Builder|Builder

Builder::addSelect()

$this addSelect(array|mixed $column) Add a new select column to the query. Parameters array|mixed $column Return Value $this

SeedCommand::__construct()

void __construct(ConnectionResolverInterface $resolver) Create a new database seed command instance. Parameters ConnectionResolverInterface $resolver Return Value void

SessionServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void