MorphMany::getQualifiedParentKeyName()

string getQualifiedParentKeyName() Get the fully qualified parent key name. Return Value string

DatabasePresenceVerifier

DatabasePresenceVerifier class DatabasePresenceVerifier implements PresenceVerifierInterface (View source) Methods void __construct(ConnectionResolverInterface $db) Create a new database presence verifier. int getCount(string $collection, string $column, string $value, int $excludeId = null, string $idColumn = null, array $extra = array()) Count the number of objects in a collection having the given value. int getMultiCount(string $collection, string $column, array $values, arra

Collection::push()

$this push(mixed $value) Push an item onto the end of the collection. Parameters mixed $value Return Value $this

ChangesCommand::error()

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

QueueFake::assertPushed()

void assertPushed(string $job, callable|null $callback = null) Assert if a job was pushed based on a truth-test callback. Parameters string $job callable|null $callback Return Value void

MailFake::assertSent()

void assertSent(string $mailable, callable|null $callback = null) Assert if a mailable was sent based on a truth-test callback. Parameters string $mailable callable|null $callback Return Value void

Translator::setFallback()

void setFallback(string $fallback) Set the fallback locale being used. Parameters string $fallback Return Value void

UrlGenerator::previous()

string previous(mixed $fallback = false) Get the URL for the previous request. Parameters mixed $fallback Return Value string

PostgresGrammar::setTablePrefix()

$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this

RouteFiltererInterface

RouteFiltererInterface interface RouteFiltererInterface (View source) Methods void filter(string $name, mixed $callback) Register a new filter with the router. mixed callRouteFilter(string $filter, array $parameters, Route $route, Request $request, Response|null $response = null) Call the given route filter.