IRepairStep¶
-
interface
OCP\Migration\
IRepairStep
¶ - Repair step
Methods¶
-
public
OCP\Migration\IRepairStep::
getName
()¶ - Returns the step’s name
Source: lib/public/Migration/IRepairStep.php#39 Returns: string Since: 9.1.0
-
public
OCP\Migration\IRepairStep::
run
($output)¶ - Run repair step.Must throw exception on error.
Source: Parameters: - $output (
OCP\Migration\IOutput
)
Throws: \Exception
in case of failureSince: 9.1.0
- $output (