KMP PHP API Reference

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

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
RulesChecker

get()

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
GatheringActivityWaiver

initialize()

Initialize method

public initialize(array<string, mixed> $config) : void
Parameters
$config : array<string, mixed>

The configuration for the Table.

patchEntities()

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>

validationDefault()

Default validation rules.

public validationDefault(Validator $validator) : Validator
Parameters
$validator : Validator

Validator instance.

Return values
Validator

        
On this page

Search results