|
23 | 23 | /** |
24 | 24 | |
25 | 25 | * @license http://www.opensource.org/licenses/mit-license.php The MIT License |
26 | | - * @method \Queue\Model\Entity\QueuedJob get($primaryKey, $options = []) |
| 26 | + * @method \Queue\Model\Entity\QueuedJob get(mixed $primaryKey, array|string $finder = 'all', \Psr\SimpleCache\CacheInterface|string|null $cache = null, \Closure|string|null $cacheKey = null, mixed ...$args) |
27 | 27 | * @method \Queue\Model\Entity\QueuedJob newEntity(array $data, array $options = []) |
28 | 28 | * @method array<\Queue\Model\Entity\QueuedJob> newEntities(array $data, array $options = []) |
29 | | - * @method \Queue\Model\Entity\QueuedJob|false save(\Cake\Datasource\EntityInterface $entity, $options = []) |
| 29 | + * @method \Queue\Model\Entity\QueuedJob|false save(\Cake\Datasource\EntityInterface $entity, array $options = []) |
30 | 30 | * @method \Queue\Model\Entity\QueuedJob patchEntity(\Cake\Datasource\EntityInterface $entity, array $data, array $options = []) |
31 | 31 | * @method array<\Queue\Model\Entity\QueuedJob> patchEntities(iterable $entities, array $data, array $options = []) |
32 | | - * @method \Queue\Model\Entity\QueuedJob findOrCreate($search, ?callable $callback = null, $options = []) |
| 32 | + * @method \Queue\Model\Entity\QueuedJob findOrCreate($search, ?callable $callback = null, array $options = []) |
33 | 33 | * @mixin \Cake\ORM\Behavior\TimestampBehavior |
34 | | - * @method \Queue\Model\Entity\QueuedJob saveOrFail(\Cake\Datasource\EntityInterface $entity, $options = []) |
| 34 | + * @method \Queue\Model\Entity\QueuedJob saveOrFail(\Cake\Datasource\EntityInterface $entity, array $options = []) |
35 | 35 | * @mixin \Search\Model\Behavior\SearchBehavior |
36 | 36 | * @property \Queue\Model\Table\QueueProcessesTable&\Cake\ORM\Association\BelongsTo $WorkerProcesses |
37 | 37 | * @method \Queue\Model\Entity\QueuedJob newEmptyEntity() |
38 | | - * @method \Cake\Datasource\ResultSetInterface<\Queue\Model\Entity\QueuedJob>|false saveMany(iterable $entities, $options = []) |
39 | | - * @method \Cake\Datasource\ResultSetInterface<\Queue\Model\Entity\QueuedJob> saveManyOrFail(iterable $entities, $options = []) |
40 | | - * @method \Cake\Datasource\ResultSetInterface<\Queue\Model\Entity\QueuedJob>|false deleteMany(iterable $entities, $options = []) |
41 | | - * @method \Cake\Datasource\ResultSetInterface<\Queue\Model\Entity\QueuedJob> deleteManyOrFail(iterable $entities, $options = []) |
| 38 | + * @method \Cake\Datasource\ResultSetInterface<\Queue\Model\Entity\QueuedJob>|false saveMany(iterable $entities, array $options = []) |
| 39 | + * @method \Cake\Datasource\ResultSetInterface<\Queue\Model\Entity\QueuedJob> saveManyOrFail(iterable $entities, array $options = []) |
| 40 | + * @method \Cake\Datasource\ResultSetInterface<\Queue\Model\Entity\QueuedJob>|false deleteMany(iterable $entities, array $options = []) |
| 41 | + * @method \Cake\Datasource\ResultSetInterface<\Queue\Model\Entity\QueuedJob> deleteManyOrFail(iterable $entities, array $options = []) |
42 | 42 | */ |
43 | 43 | class QueuedJobsTable extends Table { |
44 | 44 |
|
|
0 commit comments