Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс PasswordTable
+ Граф наследования:PasswordTable:

Открытые статические члены

static getTableName ()
 
static getMap ()
 
static generatePassword ($length=self::DEFAULT_LENGTH)
 
static createPassword ($userId, array $scopeList, $siteTitle, $returnArray=false)
 
static onAfterAdd (Main\Entity\Event $event)
 

Открытые атрибуты

const ACTIVE = 'Y'
 
const INACTIVE = 'N'
 
const DEFAULT_LENGTH = 16
 

Подробное описание

См. определение в файле password.php строка 43

Методы

◆ createPassword()

static createPassword ( $userId,
array $scopeList,
$siteTitle,
$returnArray = false )
static

Generates AP for REST access.

Аргументы
string$siteTitleSite title for AP description.
Возвращает
bool|string password or false
Исключения

Exception

См. определение в файле password.php строка 117

◆ generatePassword()

static generatePassword ( $length = self::DEFAULT_LENGTH)
static

См. определение в файле password.php строка 103

◆ getMap()

static getMap ( )
static

Returns entity map definition.

Возвращает
array

См. определение в файле password.php строка 65

◆ getTableName()

static getTableName ( )
static

Returns DB table name for entity.

Возвращает
string

См. определение в файле password.php строка 55

◆ onAfterAdd()

static onAfterAdd ( Main\Entity\Event $event)
static

См. определение в файле password.php строка 158

Данные класса

◆ ACTIVE

const ACTIVE = 'Y'

См. определение в файле password.php строка 45

◆ DEFAULT_LENGTH

const DEFAULT_LENGTH = 16

См. определение в файле password.php строка 48

◆ INACTIVE

const INACTIVE = 'N'

См. определение в файле password.php строка 46