DatabaseQueue::deleteReserved()

void deleteReserved(string $queue, string $id) Delete a reserved job from the queue. Parameters string $queue string $id Return Value void

DatabaseQueue::bulk()

mixed bulk(array $jobs, mixed $data = '', string $queue = null) Push an array of jobs onto the queue. Parameters array $jobs mixed $data string $queue Return Value mixed

DatabaseQueue

DatabaseQueue class DatabaseQueue extends Queue implements Queue (View source) Methods mixed pushOn(string $queue, string $job, mixed $data = '') Push a new job onto the queue. from Queue mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '') Push a new job onto the queue after a delay. from Queue mixed bulk(array $jobs, mixed $data = '', string $queue = null) Push an array of jobs onto the queue. void setContainer(Container $container) Set the IoC c

DatabasePresenceVerifier::__construct()

void __construct(ConnectionResolverInterface $db) Create a new database presence verifier. Parameters ConnectionResolverInterface $db Return Value void

DatabasePresenceVerifier::setConnection()

void setConnection(string $connection) Set the connection to be used. Parameters string $connection Return Value void

DatabasePresenceVerifier::getMultiCount()

int getMultiCount(string $collection, string $column, array $values, array $extra = array()) Count the number of objects in a collection with the given values. Parameters string $collection string $column array $values array $extra Return Value int

DatabasePresenceVerifier::getCount()

int getCount(string $collection, string $column, string $value, int $excludeId = null, string $idColumn = null, array $extra = array()) Count the number of objects in a collection having the given value. Parameters string $collection string $column string $value int $excludeId string $idColumn array $extra Return Value int

DatabasePresenceVerifier

DatabasePresenceVerifier class DatabasePresenceVerifier implements PresenceVerifierInterface (View source) Methods void __construct(ConnectionResolverInterface $db) Create a new database presence verifier. int getCount(string $collection, string $column, string $value, int $excludeId = null, string $idColumn = null, array $extra = array()) Count the number of objects in a collection having the given value. int getMultiCount(string $collection, string $column, array $values, arra

DatabaseNotificationCollection::__toString()

string __toString() Convert the collection to its string representation. Return Value string

DatabaseNotificationCollection::__construct()

void __construct(mixed $items = array()) Create a new collection. Parameters mixed $items Return Value void