GatheringActivityWaiversTable
extends Table
in package
GatheringActivityWaivers Model
Table of Contents
Properties
- $GatheringActivities : GatheringActivitiesTable|BelongsTo
- $WaiverTypes : WaiverTypesTable|BelongsTo
Methods
- buildRules() : RulesChecker
- Returns a rules checker object that will be used for validating application integrity.
- deleteMany() : iterable<string|int, GatheringActivityWaiver>|ResultSetInterface<string|int, GatheringActivityWaiver>|false
- deleteManyOrFail() : iterable<string|int, GatheringActivityWaiver>|ResultSetInterface<string|int, GatheringActivityWaiver>
- findOrCreate() : GatheringActivityWaiver
- get() : GatheringActivityWaiver
- initialize() : void
- Initialize method
- newEmptyEntity() : GatheringActivityWaiver
- newEntities() : array<string|int, GatheringActivityWaiver>
- newEntity() : GatheringActivityWaiver
- patchEntities() : array<string|int, GatheringActivityWaiver>
- patchEntity() : GatheringActivityWaiver
- save() : GatheringActivityWaiver|false
- saveMany() : iterable<string|int, GatheringActivityWaiver>|ResultSetInterface<string|int, GatheringActivityWaiver>|false
- saveManyOrFail() : iterable<string|int, GatheringActivityWaiver>|ResultSetInterface<string|int, GatheringActivityWaiver>
- saveOrFail() : GatheringActivityWaiver
- validationDefault() : Validator
- Default validation rules.
Properties
$GatheringActivities
public
GatheringActivitiesTable|BelongsTo
$GatheringActivities
$WaiverTypes
public
WaiverTypesTable|BelongsTo
$WaiverTypes
Methods
buildRules()
Returns a rules checker object that will be used for validating application integrity.
public
buildRules(RulesChecker $rules) : RulesChecker
Parameters
- $rules : RulesChecker
-
The rules object to be modified.
Return values
RulesCheckerdeleteMany()
public
deleteMany(iterable<string|int, mixed> $entities[, array<string|int, mixed> $options = = '[]' ]) : iterable<string|int, GatheringActivityWaiver>|ResultSetInterface<string|int, GatheringActivityWaiver>|false
Parameters
- $entities : iterable<string|int, mixed>
- $options : array<string|int, mixed> = = '[]'
Return values
iterable<string|int, GatheringActivityWaiver>|ResultSetInterface<string|int, GatheringActivityWaiver>|falsedeleteManyOrFail()
public
deleteManyOrFail(iterable<string|int, mixed> $entities[, array<string|int, mixed> $options = = '[]' ]) : iterable<string|int, GatheringActivityWaiver>|ResultSetInterface<string|int, GatheringActivityWaiver>
Parameters
- $entities : iterable<string|int, mixed>
- $options : array<string|int, mixed> = = '[]'
Return values
iterable<string|int, GatheringActivityWaiver>|ResultSetInterface<string|int, GatheringActivityWaiver>findOrCreate()
public
findOrCreate(mixed $search[, callable|null $callback = = 'null' ][, array<string|int, mixed> $options = = '[]' ]) : GatheringActivityWaiver
Parameters
- $search : mixed
- $callback : callable|null = = 'null'
- $options : array<string|int, mixed> = = '[]'
Return values
GatheringActivityWaiverget()
public
get(mixed $primaryKey[, array<string|int, mixed>|string $finder = = '\'all\'' ][, CacheInterface|string|null $cache = = 'null' ][, Closure|string|null $cacheKey = = 'null' ], mixed ...$args) : GatheringActivityWaiver
Parameters
- $primaryKey : mixed
- $finder : array<string|int, mixed>|string = = '\'all\''
- $cache : CacheInterface|string|null = = 'null'
- $cacheKey : Closure|string|null = = 'null'
- $args : mixed
Return values
GatheringActivityWaiverinitialize()
Initialize method
public
initialize(array<string, mixed> $config) : void
Parameters
- $config : array<string, mixed>
-
The configuration for the Table.
newEmptyEntity()
public
newEmptyEntity() : GatheringActivityWaiver
Return values
GatheringActivityWaivernewEntities()
public
newEntities(array<string|int, mixed> $data[, array<string|int, mixed> $options = = '[]' ]) : array<string|int, GatheringActivityWaiver>
Parameters
- $data : array<string|int, mixed>
- $options : array<string|int, mixed> = = '[]'
Return values
array<string|int, GatheringActivityWaiver>newEntity()
public
newEntity(array<string|int, mixed> $data[, array<string|int, mixed> $options = = '[]' ]) : GatheringActivityWaiver
Parameters
- $data : array<string|int, mixed>
- $options : array<string|int, mixed> = = '[]'
Return values
GatheringActivityWaiverpatchEntities()
public
patchEntities(iterable<string|int, mixed> $entities, array<string|int, mixed> $data[, array<string|int, mixed> $options = = '[]' ]) : array<string|int, GatheringActivityWaiver>
Parameters
- $entities : iterable<string|int, mixed>
- $data : array<string|int, mixed>
- $options : array<string|int, mixed> = = '[]'
Return values
array<string|int, GatheringActivityWaiver>patchEntity()
public
patchEntity(EntityInterface $entity, array<string|int, mixed> $data[, array<string|int, mixed> $options = = '[]' ]) : GatheringActivityWaiver
Parameters
- $entity : EntityInterface
- $data : array<string|int, mixed>
- $options : array<string|int, mixed> = = '[]'
Return values
GatheringActivityWaiversave()
public
save(EntityInterface $entity[, array<string|int, mixed> $options = = '[]' ]) : GatheringActivityWaiver|false
Parameters
- $entity : EntityInterface
- $options : array<string|int, mixed> = = '[]'
Return values
GatheringActivityWaiver|falsesaveMany()
public
saveMany(iterable<string|int, mixed> $entities[, array<string|int, mixed> $options = = '[]' ]) : iterable<string|int, GatheringActivityWaiver>|ResultSetInterface<string|int, GatheringActivityWaiver>|false
Parameters
- $entities : iterable<string|int, mixed>
- $options : array<string|int, mixed> = = '[]'
Return values
iterable<string|int, GatheringActivityWaiver>|ResultSetInterface<string|int, GatheringActivityWaiver>|falsesaveManyOrFail()
public
saveManyOrFail(iterable<string|int, mixed> $entities[, array<string|int, mixed> $options = = '[]' ]) : iterable<string|int, GatheringActivityWaiver>|ResultSetInterface<string|int, GatheringActivityWaiver>
Parameters
- $entities : iterable<string|int, mixed>
- $options : array<string|int, mixed> = = '[]'
Return values
iterable<string|int, GatheringActivityWaiver>|ResultSetInterface<string|int, GatheringActivityWaiver>saveOrFail()
public
saveOrFail(EntityInterface $entity[, array<string|int, mixed> $options = = '[]' ]) : GatheringActivityWaiver
Parameters
- $entity : EntityInterface
- $options : array<string|int, mixed> = = '[]'
Return values
GatheringActivityWaivervalidationDefault()
Default validation rules.
public
validationDefault(Validator $validator) : Validator
Parameters
- $validator : Validator
-
Validator instance.