Nextcloud PHP API (master)

ITaskType

This is a task type interface that is implemented by task processing task types

Tags
since
30.0.0

Table of Contents

Methods

getDescription()  : string
Returns the localized description of this task type
getId()  : string
Returns the unique id of this task type
getInputShape()  : array<string|int, mixed>
Returns the shape of the input array
getName()  : string
Returns the localized name of this task type
getOutputShape()  : array<string|int, mixed>
Returns the shape of the output array

Methods

getDescription()

Returns the localized description of this task type

public getDescription() : string
Tags
since
30.0.0
Return values
string

getId()

Returns the unique id of this task type

public getId() : string
Tags
since
30.0.0
Return values
string

getInputShape()

Returns the shape of the input array

public getInputShape() : array<string|int, mixed>
Tags
since
30.0.0
psalm-return

ShapeDescriptor[]

Return values
array<string|int, mixed>

getName()

Returns the localized name of this task type

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

getOutputShape()

Returns the shape of the output array

public getOutputShape() : array<string|int, mixed>
Tags
since
30.0.0
psalm-return

ShapeDescriptor[]

Return values
array<string|int, mixed>

        
On this page

Search results