PolicyMakeCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

Routing\Events

Illuminate\Routing\Events Classes RouteMatched

SqlServerProcessor

SqlServerProcessor class SqlServerProcessor extends Processor (View source) Methods array processSelect(Builder $query, array $results) Process the results of a "select" query. from Processor int processInsertGetId(Builder $query, string $sql, array $values, string $sequence = null) Process an "insert get ID" query. array processColumnListing(array $results) Process the results of a column listing query.

Migration

Migration class Migration (View source) Methods string getConnection() Get the migration connection name.

PolicyMakeCommand::error()

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

MorphMany::getParentKey()

mixed getParentKey() Get the key value of the parent's local key. Return Value mixed

EventMakeCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array

Pipeline

Illuminate\Pipeline Classes Hub Pipeline PipelineServiceProvider

Pipeline

Pipeline class Pipeline implements Pipeline (View source) Methods void __construct(Container $container = null) Create a new class instance. $this send(mixed $passable) Set the object being sent through the pipeline. $this through(array|mixed $pipes) Set the array of pipes. $this via(string $method) Set the method to call on the pipes. mixed then(Closure $destination) Run the pipeline with a final destination callback.

UserInterface::getRememberToken()

string getRememberToken() Get the token value for the "remember me" session. Return Value string