string wrap(string $value) Wrap the given value with the parent query's grammar. Parameters string $value Return Value string
Builder table(string $table) Begin a fluent query against a database table. Parameters string $table Return Value Builder
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
Builder newQuery() Get a new query builder for the model's table. Return Value Builder
array getDictionary() Get the dictionary used by the relationship. Return Value array
Page 787 of 996