DatabaseNotification::getVisible()

array getVisible() Get the visible attributes for the model. Return Value array

MorphTo::__clone()

void __clone() Force a clone of the underlying query builder when cloning. Return Value void

ModelMakeCommand::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

AppNameCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

AuthManager::__call()

mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed

StorageLinkCommand::arguments()

array arguments() Get all of the arguments passed to the command. Return Value array

RoutesCommand::choice()

bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value bool

CommandMakeCommand::info()

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

EventGenerateCommand::ask()

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

MySqlConnection::raw()

Expression raw(mixed $value) Get a new raw query expression. Parameters mixed $value Return Value Expression