Nextcloud PHP API (stable18)

IOutput

Interface IOutput

Tags
since
9.1.0

Table of Contents

advance()  : mixed
finishProgress()  : mixed
info()  : mixed
startProgress()  : mixed
warning()  : mixed

Methods

advance()

public advance([int $step = 1 ][, string $description = '' ]) : mixed
Parameters
$step : int = 1
$description : string = ''
Tags
since
9.1.0
Return values
mixed

finishProgress()

public finishProgress() : mixed
Tags
since
9.1.0
Return values
mixed

info()

public info(string $message) : mixed
Parameters
$message : string
Tags
since
9.1.0
Return values
mixed

startProgress()

public startProgress(int $max) : mixed
Parameters
$max : int
Tags
since
9.1.0
Return values
mixed

warning()

public warning(string $message) : mixed
Parameters
$message : string
Tags
since
9.1.0
Return values
mixed

Search results