MorphToMany::getRelationName()

string getRelationName() Get the relationship name for the relationship. Return Value string

Grammar

Grammar class Grammar (View source) Methods array wrapArray(array $values) Wrap an array of values. string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. string columnize(array $columns) Convert an array of column names into a delimited string. string parameterize(array $values) Create query parameter place-holders for an array. string pa

Builder::having()

$this having(string $column, string $operator = null, string $value = null, string $boolean = 'and') Add a "having" clause to the query. Parameters string $column string $operator string $value string $boolean Return Value $this

RemindersControllerCommand::ask()

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

RedisTaggedCache::offsetUnset()

void offsetUnset(string $key) Remove an item from the cache. Parameters string $key Return Value void

RestartCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

RouteListCommand::getOutput()

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

NullStore::decrement()

int|bool decrement(string $key, mixed $value = 1) Decrement the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool

AutoloadCommand

AutoloadCommand class AutoloadCommand extends Command (View source) Methods void __construct(Composer $composer) Create a new optimize command instance. 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 string|array argumen

TestMakeCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string