User::freshTimestampString()

string freshTimestampString() Get a fresh timestamp for the model. Return Value string

FormRequest::exists()

bool exists(string|array $key) Determine if the request contains a given input item key. Parameters string|array $key Return Value bool

Writer::log()

void log(string $level, string $message, array $context = array()) Log a message to the logs. Parameters string $level string $message array $context Return Value void

GuardHelpers::id()

int|null id() Get the ID for the currently authenticated user. Return Value int|null

CookieSessionHandler::__construct()

void __construct(QueueingFactory $cookie, int $minutes) Create a new cookie driven handler instance. Parameters QueueingFactory $cookie int $minutes Return Value void

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.

PostgresGrammar::setTablePrefix()

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

MorphMany::__clone()

void __clone() Force a clone of the underlying query builder when cloning. Return Value void

Mailer::plain()

void plain(string $view, array $data, mixed $callback) Send a new message when only a plain part. Parameters string $view array $data mixed $callback Return Value void

SQLiteGrammar::wrapTable()

string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. Parameters Expression|string $table Return Value string