MessageBag::keys()

array keys() Get the keys present in the message bag. Return Value array

Job::fire()

void fire() Fire the job. Return Value void

CapsuleManagerTrait::getContainer()

Container getContainer() Get the IoC container instance. Return Value Container

ClearResetsCommand

ClearResetsCommand class ClearResetsCommand 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 bool hasArgument(stri

BelongsToMany::updatedAt()

string updatedAt() Get the name of the "updated at" column. Return Value string

CacheTableCommand::warn()

void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void

Mail::spy()

static void spy() Convert the facade into a Mockery spy. Return Value void

JsonResponse::setEncodingOptions()

setEncodingOptions($encodingOptions) {@inheritdoc} Parameters $encodingOptions

Fluent::toJson()

string toJson(int $options) Convert the Fluent instance to JSON. Parameters int $options Return Value string

SQLiteGrammar::parameter()

string parameter(mixed $value) Get the appropriate query parameter place-holder for a value. Parameters mixed $value Return Value string