QueueingDispatcher::pipeThrough()
  • References/PHP/Laravel/Contracts/Bus

$this pipeThrough(array $pipes) Set the pipes commands should be piped

2025-01-10 15:47:30
SqlServerGrammar::parameterize()
  • References/PHP/Laravel/Database/Schema/Grammars

string parameterize(array $values) Create query parameter place-holders

2025-01-10 15:47:30
Unique::__construct()
  • References/PHP/Laravel/Validation/Rules

void __construct(string $table, string $column = 'NULL') Create a new unique

2025-01-10 15:47:30
Model::getTouchedRelations()
  • References/PHP/Laravel/Database/Eloquent

array getTouchedRelations() Get the relationships that are touched on save

2025-01-10 15:47:30
ViewPublishCommand::__construct()
  • References/PHP/Laravel/Foundation/Console

void __construct(ViewPublisher $view)

2025-01-10 15:47:30
SessionGuard::logout()
  • References/PHP/Laravel/Auth

void logout() Log the user out of the application.

2025-01-10 15:47:30
ConsoleMakeCommand::hasArgument()
  • References/PHP/Laravel/Foundation/Console

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

2025-01-10 15:47:30
BelongsToMany::getHasCompareKey()
  • References/PHP/Laravel/Database/Eloquent/Relations

string getHasCompareKey() Get the key for comparing against the parent

2025-01-10 15:47:30
RestartCommand::call()
  • References/PHP/Laravel/Queue/Console

int call(string $command, array $arguments = array()) Call another console

2025-01-10 15:47:30
Response::__construct()
  • References/PHP/Laravel/Auth/Access

__construct(string|null $message = null) Create a new response.

2025-01-10 15:47:30