RedirectResponse::withException()

$this withException(Exception $e) Set the exception to attach to the response. Parameters Exception $e Return Value $this

SessionTableCommand

SessionTableCommand class SessionTableCommand extends Command (View source) Methods void __construct(Filesystem $files, Composer $composer) Create a new session table 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

ArrayLoader::addMessages()

$this addMessages(string $locale, string $group, array $messages, string|null $namespace = null) Add messages to the loader. Parameters string $locale string $group array $messages string|null $namespace Return Value $this

Model::isClean()

bool isClean(array|string|null $attributes = null) Determine if the model or given attribute(s) have remained the same. Parameters array|string|null $attributes Return Value bool

HasManyThrough::noConstraints()

static mixed noConstraints(Closure $callback) Run a callback with constraints disabled on the relation. Parameters Closure $callback Return Value mixed

Translator::__callStatic()

static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

FileLoader::__construct()

void __construct(Filesystem $files, string $defaultPath) Create a new file configuration loader. Parameters Filesystem $files string $defaultPath Return Value void

HasManyThrough::addConstraints()

void addConstraints() Set the base constraints on the relation query. Return Value void

FileLoader::load()

array load(string $locale, string $group, string $namespace = null) Load the messages for the given locale. Parameters string $locale string $group string $namespace Return Value array

DatabaseStore

DatabaseStore class DatabaseStore implements Store (View source) Traits RetrievesMultipleKeys