NotificationServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

AbstractPaginator::setPath()

$this setPath(string $path) Set the base path to assign to all URLs. Parameters string $path Return Value $this

PostgresGrammar

PostgresGrammar class PostgresGrammar extends Grammar (View source) Methods array wrapArray(array $values) Wrap an array of values. from Grammar string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. from Grammar string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. from Grammar string columnize(array $columns) Convert an array of column names into a delimited string. from Grammar string parameterize(

MakeControllerCommand::error()

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

MorphPivot::getDirty()

array getDirty() Get the attributes that have been changed since last sync. Return Value array

Manager::connection()

static Connection connection(string $connection = null) Get a connection instance from the global manager. Parameters string $connection Return Value Connection

FormRequest::server()

string|array server(string $key = null, string|array|null $default = null) Retrieve a server variable from the request. Parameters string $key string|array|null $default Return Value string|array

FailedJobProviderInterface::forget()

bool forget(mixed $id) Delete a single failed job from storage. Parameters mixed $id Return Value bool

Grammar::getValue()

string getValue(Expression $expression) Get the value of a raw expression. Parameters Expression $expression Return Value string

DatabaseSessionHandler::read()

read($sessionId) {@inheritdoc} Parameters $sessionId