baserCMS クラスリファレンス

PasswordRequest extends Entity
in package

Class PasswordRequest

Table of Contents

Properties

$created  : FrozenTime|null
$id  : int
$modified  : FrozenTime|null
$request_key  : string
$used  : int
$user_id  : int
$_accessible  : array<string|int, mixed>
accessible

Methods

setRequestKey()  : void
Set Request Key
makeRequestKey()  : false|string
Make Request Key

Properties

$_accessible

accessible

protected array<string|int, mixed> $_accessible = ['id' => true, 'user_id' => true, 'auth_prefix' => true, 'request_key' => true, 'used' => true, 'modified' => true, 'created' => true]

Methods

setRequestKey()

Set Request Key

public setRequestKey() : void
Tags
checked
noTodo
unitTest

makeRequestKey()

Make Request Key

private makeRequestKey([int $length = 48 ]) : false|string
Parameters
$length : int = 48
Tags
checked
unitTest
noTodo
Return values
false|string

        
On this page

Search results