CreatePasswordDto
Table of Contents
Methods
-
__construct()
: mixed
-
getComment()
: string
-
getPermissions()
: array<string|int, string>
-
getTitle()
: string
-
getType()
: PasswordType
-
getUserId()
: int
__construct()
public
__construct(int $userId, PasswordType $type, string $title, string $comment[, array<string|int, mixed> $permissions = [] ]) : mixed
Parameters
-
$userId
: int
-
-
$type
: PasswordType
-
-
$title
: string
-
-
$comment
: string
-
-
$permissions
: array<string|int, mixed>
= []
-
public
getComment() : string
getPermissions()
public
getPermissions() : array<string|int, string>
Return values
array<string|int, string>
getTitle()
public
getTitle() : string
getType()
public
getType() : PasswordType
getUserId()
public
getUserId() : int