class Unsecure extends Authorization

Unsecure

Properties

protected string $index from Authorization
protected string $staplerClass from Authorization

Methods

static Model
getInstanceFromJson(string $json)

Instanz aus einem JSON-String erstellen

from Model
__construct(integer $index)

Neue Instanz

string
getType()

getType

string
getStaplerClass()

getStaplerClass

getInstanceFromArray(Array $array)

getInstanceFromArray

array
toArray()

Array

Details

in Model at line 45
static Model getInstanceFromJson(string $json)

Instanz aus einem JSON-String erstellen

Parameters

string $json Json Zeichenkette

Return Value

Model Datenobjekt

Exceptions

TypeException Wenn die JSON-Zeichenkette kein Array abbildet oder Fehlerhaft ist

at line 40
__construct(integer $index)

Neue Instanz

Parameters

integer $index Index

in Authorization at line 65
string getType()

getType

Return Value

string

in Authorization at line 74
string getStaplerClass()

getStaplerClass

Return Value

string

in Authorization at line 85
static ActiveDirectorySecurity getInstanceFromArray(Array $array)

getInstanceFromArray

Parameters

Array $array

Return Value

ActiveDirectorySecurity

in Authorization at line 96
array toArray()

Array

Return Value

array