Nextcloud PHP API (master)

IRepairStep

Repair step

Tags
since
9.1.0

Table of Contents

Methods

getName()  : string
Returns the step's name
run()  : mixed
Run repair step.

Methods

getName()

Returns the step's name

public getName() : string
Tags
since
9.1.0
Return values
string

run()

Run repair step.

public run(IOutput $output) : mixed

Must throw exception on error.

Parameters
$output : IOutput
Tags
throws
Exception

in case of failure

since
9.1.0

        
On this page

Search results