$this hourly() Schedule the event to run hourly. Return Value $this
bool push() Save the model and all of its relationships. Return Value bool
$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
Page 214 of 996