KMP PHP API Reference

InitAwardsSeed extends BaseSeed
in package

Role seed.

Table of Contents

Methods

getData()  : array<string|int, mixed>
Get data for seeding.
run()  : void
Run Method.

Methods

getData()

Get data for seeding.

public getData() : array<string|int, mixed>
Return values
array<string|int, mixed>

run()

Run Method.

public run() : void

Write your database seeder using this method.

More information on writing seeds is available here: https://book.cakephp.org/phinx/0/en/seeding.html


        
On this page

Search results