$this setUpdatedAt(mixed $value) Set the value of the "updated at" attribute. Parameters mixed $value Return Value $this
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
array relationsToArray() Get the model's relationships in array form. Return Value array
void disconnect() Disconnect from the underlying PDO connection. Return Value void
string getResourceUri(string $resource) Get the base resource URI for a given resource. Parameters string $resource Return Value string
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
void __construct() Create a new console command instance. Return Value void
void patch(string $uri, Closure|array|string $action = null) Register a new PATCH route with the router. Parameters string $uri Closure|array|string $action Return Value void
mixed offsetGet(mixed $key) Get an item at a given offset. Parameters mixed $key Return Value mixed
Page 216 of 996