Nextcloud PHP API (master)

LanguageTuple
in package
implements JsonSerializable

Tags
since
26.0.0

Table of Contents

Interfaces

JsonSerializable

Properties

$from  : string
$fromLabel  : string
$to  : string
$toLabel  : string

Methods

__construct()  : mixed
fromArray()  : LanguageTuple
jsonSerialize()  : array{from: string, fromLabel: string, to: string, toLabel: string}

Properties

Methods

__construct()

public __construct(string $from, string $fromLabel, string $to, string $toLabel) : mixed
Parameters
$from : string
$fromLabel : string
$to : string
$toLabel : string
Tags
since
26.0.0

jsonSerialize()

public jsonSerialize() : array{from: string, fromLabel: string, to: string, toLabel: string}
Tags
since
26.0.0
Return values
array{from: string, fromLabel: string, to: string, toLabel: string}

        
On this page

Search results