array options() Get all of the options passed to the command. Return Value array
$this setRelations(array $relations) Set the entire relations array on the model. Parameters array $relations Return Value $this
array toggle(mixed $ids, bool $touch = true) Toggles a model (or models) from the parent. Each existing model is detached, and non existing ones are attached. Parameters mixed $ids bool $touch Return Value array
string __toString() Convert the model to its string representation. Return Value string
$this setAttribute(string $key, mixed $value) Set a given attribute on the model. Parameters string $key mixed $value Return Value $this
void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void
bool getIncrementing() Get the value indicating whether the IDs are incrementing. Return Value bool
string toJson(int $options) Convert the object to its JSON representation. Parameters int $options Return Value string
static void setParameters(array $parameters = array()) Set the global parameter mapping. Parameters array $parameters Return Value void
Page 728 of 996