Bitrix API

Password

Table of Contents

Methods

__construct()  : mixed
getComment()  : string
getCreatedAt()  : DateTime
getId()  : int
getPasswordString()  : string
getTitle()  : string
getType()  : PasswordType
getUserId()  : int
setId()  : void

Methods

__construct()

public __construct(int $id, string $passwordString, int $userId, PasswordType $type[, string $title = '' ][, string $comment = '' ], DateTime $createdAt) : mixed
Parameters
$id : int
$passwordString : string
$userId : int
$type : PasswordType
$title : string = ''
$comment : string = ''
$createdAt : DateTime

getComment()

public getComment() : string
Return values
string

getId()

public getId() : int
Return values
int

getPasswordString()

public getPasswordString() : string
Return values
string

getTitle()

public getTitle() : string
Return values
string

getUserId()

public getUserId() : int
Return values
int

setId()

public setId(int $id) : void
Parameters
$id : int

        
On this page

Search results