Documentation

PNAccessManagerUserData extends PNPAMEntityData
in package

Table of Contents

Properties

$authKeys  : array<string|int, mixed>
$deleteEnabled  : bool
$getEnabled  : bool
$joinEnabled  : bool
$manageEnabled  : bool
$name  : string
$readEnabled  : bool
$ttl  : int
$updateEnabled  : bool
$writeEnabled  : bool

Methods

__construct()  : mixed
PNPAMEntityData constructor.
fromJson()  : mixed
getAuthKeys()  : array<string|int, PNAccessManagerKeyData>
getName()  : string
getTtl()  : int
isDeleteEnabled()  : bool
isGetEnabled()  : bool
isJoinEnabled()  : bool
isManageEnabled()  : bool
isReadEnabled()  : bool
isUpdateEnabled()  : bool
isWriteEnabled()  : bool

Properties

Methods

__construct()

PNPAMEntityData constructor.

public __construct(string $name, array<string|int, mixed> $authKeys, bool $readEnabled, bool $writeEnabled, bool $manageEnabled, mixed $deleteEnabled, bool $getEnabled, bool $updateEnabled, bool $joinEnabled, int $ttl) : mixed
Parameters
$name : string
$authKeys : array<string|int, mixed>
$readEnabled : bool
$writeEnabled : bool
$manageEnabled : bool
$deleteEnabled : mixed
$getEnabled : bool
$updateEnabled : bool
$joinEnabled : bool
$ttl : int

fromJson()

public static fromJson(mixed $name, mixed $jsonInput) : mixed
Parameters
$name : mixed
$jsonInput : mixed

isDeleteEnabled()

public isDeleteEnabled() : bool
Return values
bool

isManageEnabled()

public isManageEnabled() : bool
Return values
bool

isUpdateEnabled()

public isUpdateEnabled() : bool
Return values
bool

        
On this page

Search results