void __construct(string $token) Create a notification instance. Parameters string $token Return Value void
bool hasBeenBootstrapped() Determine if the application has been bootstrapped before. Return Value bool
bool isDoctrineAvailable() Is Doctrine available? Return Value bool
array getShared() Get all of the shared data for the environment. Return Value array
int|bool decrement(string $key, mixed $value = 1) Decrement the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool
void setTablePrefix(string $prefix) Set the table prefix in use by the connection. Parameters string $prefix Return Value void
array getDictionary() Get the dictionary used by the relationship. Return Value array
Builder newQuery() Get a new query builder for the model's table. Return Value Builder
int perPage() Determine how many items are being shown per page. Return Value int
mixed get(string $key, mixed $default = null) Retrieve an item from the cache by key. Parameters string $key mixed $default Return Value mixed
Page 536 of 996