JoinClause::updateOrInsert()

bool updateOrInsert(array $attributes, array $values = array()) Insert or update a record matching the attributes, and fill it with values. Parameters array $attributes array $values Return Value bool

AbstractPaginator::getUrlRange()

string getUrlRange(int $start, int $end) Create a range of pagination URLs. Parameters int $start int $end Return Value string

View::withErrors()

$this withErrors(MessageProvider|array $provider) Add validation errors to the view. Parameters MessageProvider|array $provider Return Value $this

Builder::orderByRaw()

$this orderByRaw(string $sql, array $bindings = array()) Add a raw "order by" clause to the query. Parameters string $sql array $bindings Return Value $this

UpCommand::anticipate()

string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

LogTransport::__construct()

void __construct(LoggerInterface $logger) Create a new log transport instance. Parameters LoggerInterface $logger Return Value void

LogTransport::registerPlugin()

void registerPlugin(Swift_Events_EventListener $plugin) Register a plug-in with the transport. Parameters Swift_Events_EventListener $plugin Return Value void

DatabaseNotificationCollection::all()

array all() Get all of the items in the collection. Return Value array

CommandsServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

Builder::orWhereNotBetween()

Builder|Builder orWhereNotBetween(string $column, array $values) Add an or where not between statement to the query. Parameters string $column array $values Return Value Builder|Builder