Nextcloud PHP API (master)

ShapeEnumValue
in package
implements JsonSerializable

Data object for input output shape enum slot value

Tags
since
30.0.0

Table of Contents

Interfaces

JsonSerializable

Properties

$name  : string
$value  : string

Methods

__construct()  : mixed
getName()  : string
getValue()  : string
jsonSerialize()  : array{name: string, value: string}

Properties

Methods

__construct()

public __construct(string $name, string $value) : mixed
Parameters
$name : string
$value : string
Tags
since
30.0.0

getName()

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

getValue()

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

jsonSerialize()

public jsonSerialize() : array{name: string, value: string}
Tags
since
30.0.0
Return values
array{name: string, value: string}

        
On this page

Search results