phpBB API Documentation
Interface

phpbb\db\migration\tool\tool_interface

interface tool_interface

Migration tool interface

Methods

string get_name()

Retrieve a short name used for commands in migrations.

null reverse()

Reverse an original install action

Details

at line 26
public string get_name()

Retrieve a short name used for commands in migrations.

Return Value

string short name

at line 36
public null reverse()

Reverse an original install action

First argument is the original call to the class (e.g. add, remove) After the first argument, send the original arguments to the function in the original call

Return Value

null