1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
oauth.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Mail\Internals;
4
5
use Bitrix\Main\Entity;
6
23
class
OAuthTable
extends
Entity\DataManager
24
{
25
26
public
static
function
getFilePath
()
27
{
28
return
__FILE__;
29
}
30
31
public
static
function
getTableName
()
32
{
33
return
'b_mail_oauth'
;
34
}
35
36
public
static
function
getMap
()
37
{
38
return
array
(
39
'ID'
=>
array
(
40
'data_type'
=>
'integer'
,
41
'primary'
=>
true
,
42
'autocomplete'
=>
true
,
43
),
44
'UID'
=>
array
(
45
'data_type'
=>
'string'
,
46
),
47
'TOKEN'
=>
array
(
48
'data_type'
=> (static::cryptoEnabled(
'TOKENS'
) ?
'crypto'
:
'text'
),
49
),
50
'REFRESH_TOKEN'
=>
array
(
51
'data_type'
=> (static::cryptoEnabled(
'TOKENS'
) ?
'crypto'
:
'text'
),
52
),
53
'TOKEN_EXPIRES'
=>
array
(
54
'data_type'
=>
'integer'
,
55
),
56
'SECRET'
=>
array
(
57
'data_type'
=>
'string'
,
58
),
59
);
60
}
61
62
}
Bitrix\Mail\Internals\OAuthTable
Определения
oauth.php:24
Bitrix\Mail\Internals\OAuthTable\getMap
static getMap()
Определения
oauth.php:36
Bitrix\Mail\Internals\OAuthTable\getFilePath
static getFilePath()
Определения
oauth.php:26
Bitrix\Mail\Internals\OAuthTable\getTableName
static getTableName()
Определения
oauth.php:31
Bitrix\Main\ORM\Data\DataManager
Определения
datamanager.php:35
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
bitrix
modules
mail
lib
internals
oauth.php
Создано системой
1.14.0