Nextcloud PHP API (master)

SummaryTaskType
in package
implements ITaskType

This is the text processing task type for summaries

Tags
since
27.1.0

Table of Contents

Interfaces

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

Properties

$l  : IL10N

Methods

__construct()  : mixed
Constructor for SummaryTaskType
getDescription()  : string
Returns the localized description of this task type
getName()  : string
Returns the localized name of this task type

Properties

Methods

__construct()

Constructor for SummaryTaskType

public __construct(IFactory $l10nFactory) : mixed
Parameters
$l10nFactory : IFactory
Tags
since
27.1.0

getDescription()

Returns the localized description of this task type

public getDescription() : string
Tags
inheritDoc
since
27.1.0
Return values
string

getName()

Returns the localized name of this task type

public getName() : string
Tags
inheritDoc
since
27.1.0
Return values
string

        
On this page

Search results