Nextcloud PHP API (master)

ShareProperty
in package

Read onlyYes
FinalYes
Tags
psalm-import-type

SharingPropertyDate from Share

SharingPropertyEnum from Share

SharingPropertyBoolean from Share

SharingPropertyPassword from Share

SharingPropertyString from Share

since
35.0.0
Attributes
#[Consumable]
$since: '35.0.0'

Table of Contents

Properties

$class  : ISharePropertyType>
$value  : string|null

Methods

__construct()  : mixed
format()  : SharingPropertyBoolean|SharingPropertyDate|SharingPropertyEnum|SharingPropertyPassword|SharingPropertyString

Properties

Methods

__construct()

public __construct(string $class, string|null $value) : mixed
Parameters
$class : string
$value : string|null
Tags
since
35.0.0

format()

public format(ISharingRegistry $registry, IFactory $l10nFactory) : SharingPropertyBoolean|SharingPropertyDate|SharingPropertyEnum|SharingPropertyPassword|SharingPropertyString
Parameters
$registry : ISharingRegistry
$l10nFactory : IFactory
Tags
since
35.0.0
Return values
SharingPropertyBoolean|SharingPropertyDate|SharingPropertyEnum|SharingPropertyPassword|SharingPropertyString
On this page

Search results