Repository::__construct()

void __construct(array $items = array()) Create a new configuration repository. Parameters array $items Return Value void

SyncJob::delete()

void delete() Delete the job from the queue. Return Value void

MailMessage::action()

$this action(string $text, string $url) Configure the "call to action" button. Parameters string $text string $url Return Value $this

Authenticatable::getAuthIdentifierName()

string getAuthIdentifierName() Get the name of the unique identifier for the user. Return Value string

PasswordBrokerManager

PasswordBrokerManager class PasswordBrokerManager implements PasswordBrokerFactory (View source) Methods void __construct(Application $app) Create a new PasswordBroker manager instance. mixed broker(string|null $name = null) Attempt to get the broker from the local cache. string getDefaultDriver() Get the default password broker name. void setDefaultDriver(string $name) Set the default password broker name. mixed __call(string $method, array $parameters) Dynamically ca

Factory

Factory class Factory implements Factory (View source) Methods void __construct(EngineResolver $engines, ViewFinderInterface $finder, Dispatcher $events) Create a new view factory instance. View file(string $path, array $data = array(), array $mergeData = array()) Get the evaluated view contents for the given view. View make(string $view, array $data = array(), array $mergeData = array()) Get the evaluated view contents for the given view. View of(string $view, mixed $data

HTML::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

Guard::guest()

bool guest() Determine if the current user is a guest. Return Value bool

ReversePageConstraint::matches()

bool matches(Crawler $crawler) Reverse the original page constraint result. Parameters Crawler $crawler Return Value bool

BaseCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string