/var/www/vhosts/ihelp.ro/httpdocs/vendor/robmorgan/phinx/src/Phinx/Db/Plan
NameSizeModeActions
Solver/-0755rm
AlterTable.php13660644editdlrm
Intent.php11470644editdlrm
NewTable.php19520644editdlrm
Plan.php166380644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/robmorgan/phinx/src/Phinx/Db/Plan/AlterTable.php (1366B)
table = $table; } /** * Adds another action to the collection * * @param \Phinx\Db\Action\Action $action The action to add * @return void */ public function addAction(Action $action): void { $this->actions[] = $action; } /** * Returns the table associated to this collection * * @return \Phinx\Db\Table\Table */ public function getTable(): Table { return $this->table; } /** * Returns an array with all collected actions * * @return \Phinx\Db\Action\Action[] */ public function getActions(): array { return $this->actions; } }