mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
docs: document adding of argument
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
This commit is contained in:
parent
a7f26cf966
commit
e5f7d0017b
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ interface IManager {
|
|||
* @param bool $showDisabled if false, disabled task types will be filtered
|
||||
* @return array<string, array{name: string, description: string, inputShape: ShapeDescriptor[], inputShapeEnumValues: ShapeEnumValue[][], inputShapeDefaults: array<array-key, numeric|string>, optionalInputShape: ShapeDescriptor[], optionalInputShapeEnumValues: ShapeEnumValue[][], optionalInputShapeDefaults: array<array-key, numeric|string>, outputShape: ShapeDescriptor[], outputShapeEnumValues: ShapeEnumValue[][], optionalOutputShape: ShapeDescriptor[], optionalOutputShapeEnumValues: ShapeEnumValue[][]}>
|
||||
* @since 30.0.0
|
||||
* @since 31.0.0 Added the `showDisabled` argument.
|
||||
*/
|
||||
public function getAvailableTaskTypes(bool $showDisabled = false): array;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue