Attempting

Attempting class Attempting (View source) Properties array $credentials The credentials for the user. bool $remember Indicates if the user should be "remembered". bool $login Indicates if the user should be authenticated if successful.

Event::thenPing()

$this thenPing(string $url) Register a callback to ping a given URL after the job runs. Parameters string $url Return Value $this

HasInElement

HasInElement class HasInElement extends PageConstraint (View source) Methods string toString() Get a string representation of the object. from PageConstraint void __construct(string $element, string $text) Create a new constraint instance. bool matches(Crawler|string $crawler) Check if the source or text is found within the element in the given crawler.

RouteServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

Factory::yieldSection()

string yieldSection() Stop injecting content into a section and return its contents. Return Value string

Factory::prependNamespace()

void prependNamespace(string $namespace, string|array $hints) Prepend a new namespace to the loader. Parameters string $namespace string|array $hints Return Value void

UserProvider::retrieveByToken()

Authenticatable|null retrieveByToken(mixed $identifier, string $token) Retrieve a user by their unique identifier and "remember me" token. Parameters mixed $identifier string $token Return Value Authenticatable|null

Paginator

Paginator interface Paginator (View source) Methods string url(int $page) Get the URL for a given page. $this appends(array|string $key, string|null $value = null) Add a set of query string values to the paginator. $this|string fragment(string|null $fragment = null) Get / set the URL fragment to be appended to URLs. string|null nextPageUrl() The URL for the next page, or null. string|null previousPageUrl() Get the URL for the previous page, or null. array items()

Unique::where()

$this where(string $column, string $value = null) Set a "where" constraint on the query. Parameters string $column string $value Return Value $this

Builder::simplePaginate()

Paginator simplePaginate(int $perPage = 15, array $columns = array('*'), string $pageName = 'page', int|null $page = null) Get a paginator only supporting simple next and previous links. This is more efficient on larger data-sets, etc. Parameters int $perPage array $columns string $pageName int|null $page Return Value Paginator