40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
|
name: MigrationEvent
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: MigrationEventContract
|
||
|
type: class
|
||
|
source: Illuminate\Contracts\Database\Events\MigrationEvent
|
||
|
- name: Migration
|
||
|
type: class
|
||
|
source: Illuminate\Database\Migrations\Migration
|
||
|
properties:
|
||
|
- name: migration
|
||
|
visibility: public
|
||
|
comment: '# * A migration instance.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @var \Illuminate\Database\Migrations\Migration'
|
||
|
- name: method
|
||
|
visibility: public
|
||
|
comment: '# * The migration method that was called.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @var string'
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: migration
|
||
|
- name: method
|
||
|
comment: "# * A migration instance.\n# *\n# * @var \\Illuminate\\Database\\Migrations\\\
|
||
|
Migration\n# */\n# public $migration;\n# \n# /**\n# * The migration method that\
|
||
|
\ was called.\n# *\n# * @var string\n# */\n# public $method;\n# \n# /**\n# * Create\
|
||
|
\ a new event instance.\n# *\n# * @param \\Illuminate\\Database\\Migrations\\\
|
||
|
Migration $migration\n# * @param string $method\n# * @return void"
|
||
|
traits:
|
||
|
- Illuminate\Database\Migrations\Migration
|
||
|
interfaces:
|
||
|
- MigrationEventContract
|