GeneratorCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

QueueEntityResolver

QueueEntityResolver class QueueEntityResolver implements EntityResolver (View source) Methods mixed resolve(string $type, mixed $id) Resolve the entity for the given ID.

Cloud::append()

int append(string $path, string $data) Append to a file. Parameters string $path string $data Return Value int

RemindersControllerCommand::info()

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

MorphPivot::__wakeup()

void __wakeup() When a model is being unserialized, check if it needs to be booted. Return Value void

Response::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

DatabaseNotificationCollection::containsStrict()

bool containsStrict(mixed $key, mixed $value = null) Determine if an item exists in the collection using strict comparison. Parameters mixed $key mixed $value Return Value bool

MigrateCommand::confirmToProceed()

bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback = null) Confirm before proceeding with the action. Parameters string $warning Closure|bool|null $callback Return Value bool

MorphPivot::freshTimestamp()

Carbon freshTimestamp() Get a fresh timestamp for the model. Return Value Carbon

AppNameCommand::comment()

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