static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array
Job|null pop(string $queue = null) Pop the next job off of the queue. Parameters string $queue Return Value Job|null
void __construct(Application $app, ConnectionFactory $factory) Create a new database manager instance. Parameters Application $app ConnectionFactory $factory Return Value void
mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '') Push a new job onto the queue after a delay. Parameters string $queue DateTime|int $delay string $job mixed $data Return Value mixed
PDO createConnection(string $dsn, array $config, array $options) Create a new PDO connection. Parameters string $dsn array $config array $options Return Value PDO
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed
void setUser(Authenticatable $user) Set the current user. Parameters Authenticatable $user Return Value void
array options() Get all of the options passed to the command. Return Value array
string implode(string $column, string $glue = '') Concatenate values of a given column as a string. Parameters string $column string $glue Return Value string
void bindValues(PDOStatement $statement, array $bindings) Bind values to their parameters in the given statement. Parameters PDOStatement $statement array $bindings Return Value void
Page 830 of 996