bool offsetExists(string $key) Determine if a given offset exists. Parameters string $key Return Value bool
bool update(array $attributes = array(), array $options = array()) Update the model in the database. Parameters array $attributes array $options Return Value bool
array extractValuesForWildcards(array $data, string $attribute) Get all of the exact attribute values for a given wildcard attribute. Parameters array $data string $attribute Return Value array
string createdAt() Get the name of the "created at" column. Return Value string
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
void offsetUnset(string $key) Unset a configuration option. Parameters string $key Return Value void
void debug(string $message, array $context = array()) Log a debug message to the logs. Parameters string $message array $context Return Value void
Grammar withTablePrefix(Grammar $grammar) Set the table prefix and return the grammar. Parameters Grammar $grammar Return Value Grammar
int size(string $queue = null) Get the size of the queue. Parameters string $queue Return Value int
string relatedUpdatedAt() Get the name of the related model's "updated at" column. Return Value string
Page 273 of 996