MigrateMakeCommand::info()

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

TailCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

Blueprint::dropTimestampsTz()

void dropTimestampsTz() Indicate that the timestamp columns should be dropped. Return Value void

Route::setParameter()

void setParameter(string $name, mixed $value) Set a parameter to the given value. Parameters string $name mixed $value Return Value void

MandrillTransport::getKey()

string getKey() Get the API key being used by the transport. Return Value string

NotificationMakeCommand::hasArgument()

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

SessionTableCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

MorphMany::getQualifiedParentKeyName()

string getQualifiedParentKeyName() Get the fully qualified parent key name. Return Value string

DatabasePresenceVerifier

DatabasePresenceVerifier class DatabasePresenceVerifier implements PresenceVerifierInterface (View source) Methods void __construct(ConnectionResolverInterface $db) Create a new database presence verifier. int getCount(string $collection, string $column, string $value, int $excludeId = null, string $idColumn = null, array $extra = array()) Count the number of objects in a collection having the given value. int getMultiCount(string $collection, string $column, array $values, arra

Collection::push()

$this push(mixed $value) Push an item onto the end of the collection. Parameters mixed $value Return Value $this