static array compiles() Get a list of files that should be compiled for the package. Return Value array
bool exists(string $path) Determine if a file exists. Parameters string $path Return Value bool
bool isReleased() Determine if the job was released back into the queue. Return Value bool
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
ThrottlesLogins trait ThrottlesLogins (View source)
bool|null fire() Execute the console command. Return Value bool|null
Fluent timestamp(string $column) Create a new timestamp column on the table. Parameters string $column Return Value Fluent
bool isValidId(string $id) Determine if this is a valid session ID. Parameters string $id Return Value bool
mixed later(DateTime|int $delay, string $job, mixed $data = '', string $queue = null) Push a new job onto the queue after a delay. Parameters DateTime|int $delay string $job mixed $data string $queue Return Value mixed
$this setRelation(string $relation, mixed $value) Set the specific relationship in the model. Parameters string $relation mixed $value Return Value $this
Page 204 of 996