void subscribe(object|string $subscriber) Register an event subscriber with the dispatcher. Parameters object|string $subscriber Return Value void
array getHidden() Get the hidden attributes for the model. Return Value array
array arguments() Get all of the arguments passed to the command. Return Value array
bool insert(array $values) Insert a new record into the database. Parameters array $values Return Value bool
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
void flush() Remove all items from the cache. Return Value void
string getCode() Returns the code of the closure being serialized Return Value string
string toJson(int $options) Convert the model instance to JSON. Parameters int $options Return Value string
string compileRandom(string $seed) Compile the random statement into SQL. Parameters string $seed Return Value string
mixed resetAttempts(string $key) Reset the number of attempts for the given key. Parameters string $key Return Value mixed
Page 224 of 996