JoinClause::dynamicWhere()

$this dynamicWhere(string $method, string $parameters) Handles dynamic "where" clauses to the query. Parameters string $method string $parameters Return Value $this

Blueprint::longText()

Fluent longText(string $column) Create a new long text column on the table. Parameters string $column Return Value Fluent

LogBroadcaster::validAuthenticationResponse()

mixed validAuthenticationResponse(Request $request, mixed $result) Return the valid authentication response. Parameters Request $request mixed $result Return Value mixed

ResponseFactory::__callStatic()

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

PasswordBroker::reset()

mixed reset(array $credentials, Closure $callback) Reset the password for the given token. Parameters array $credentials Closure $callback Return Value mixed

TestCase::createApplication()

abstract HttpKernelInterface createApplication() Creates the application. Needs to be implemented by subclasses. Return Value HttpKernelInterface

Grammar::supportsSchemaTransactions()

bool supportsSchemaTransactions() Check if this Grammar supports schema changes wrapped in a transaction. Return Value bool

Request::offsetSet()

void offsetSet(string $offset, mixed $value) Set the value at the given offset. Parameters string $offset mixed $value Return Value void

Request::decodedPath()

string decodedPath() Get the current encoded path info for the request. Return Value string

SqlServerGrammar::compileColumnExists()

string compileColumnExists(string $table) Compile the query to determine the list of columns. Parameters string $table Return Value string