SqlServerGrammar::wrapTable()

string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. Parameters Expression|string $table Return Value string

CallbackEvent::thursdays()

$this thursdays() Schedule the event to run only on Thursdays. Return Value $this

Paginator::hasPages()

bool hasPages() Determine if there are enough items to split into multiple pages. Return Value bool

Bus

Bus class Bus extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static void spy() Convert the facade into a Mockery spy. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Fa

Collection::prepend()

$this prepend(mixed $value, mixed $key = null) Push an item onto the beginning of the collection. Parameters mixed $value mixed $key Return Value $this

TokenGuard::getTokenForRequest()

string getTokenForRequest() Get the token for the current request. Return Value string

EncryptedStore::getBag()

getBag($name) {@inheritdoc} Parameters $name

User::usesTimestamps()

bool usesTimestamps() Determine if the model uses timestamps. Return Value bool

BootstrapPresenter::setLastPage()

void setLastPage(int $page) Set the value of the last page. Parameters int $page Return Value void

Config

Illuminate\Config Classes EnvironmentVariables PHP $_ENV loader for protecting sensitive configuration options. FileEnvironmentVariablesLoader FileLoader Repository