GeneratorCommand::getOutput()

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

TagSet::resetTag()

string resetTag(string $name) Reset the tag and return the new tag identifier. Parameters string $name Return Value string

QueueEntityResolver

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

MorphPivot::__wakeup()

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

RemindersControllerCommand::info()

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

Cloud::append()

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

Response::shouldReceive()

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

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