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

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

static onApplicationsBuildList ()
 
static generateAppPassword ($siteTitle, array $scopeList)
 
- Открытые статические члены унаследованные от Application
static getInstance ()
 
static hasInstance ()
 
static getConnection ($name="")
 
static getUserTypeManager ()
 
static isUtfMode ()
 
static getDocumentRoot ()
 
static getPersonalRoot ()
 
static resetAccelerator (string $filename=null)
 

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

const ID = 'rest'
 
- Открытые атрибуты унаследованные от Application
const JOB_PRIORITY_NORMAL = 100
 
const JOB_PRIORITY_LOW = 50
 

Защищенные данные

 $validUrls
 
- Защищенные данные унаследованные от Application
bool $initialized = false
 
bool $terminating = false
 
 $context
 
 $router
 
 $currentRoute
 
 $connectionPool
 
 $managedCache
 
 $taggedCache
 
 $session
 
 $kernelSession
 
 $compositeSessionManager
 
 $sessionLocalStorageManager
 
 $backgroundJobs
 
 $license
 

Дополнительные унаследованные члены

- Открытые члены унаследованные от Application
 initializeBasicKernel ()
 
 initializeExtendedKernel (array $params)
 
 getRouter ()
 
 setRouter (Router $router)
 
 getCurrentRoute ()
 
 hasCurrentRoute ()
 
 setCurrentRoute (Route $currentRoute)
 
 start ()
 
 run ()
 
 end ($status=0, Response $response=null)
 
 terminate ($status=0)
 
 createExceptionHandlerLog ()
 
 createExceptionHandlerOutput ()
 
 getExceptionHandler ()
 
 getConnectionPool ()
 
 getContext ()
 
 setContext (Context $context)
 
 getLicense ()
 
 getCache ()
 
 getManagedCache ()
 
 getTaggedCache ()
 
 getSessionLocalStorageManager ()
 
 getLocalSession ($name)
 
 getKernelSession ()
 
 getSession ()
 
 getCompositeSessionManager ()
 
 addBackgroundJob (callable $job, array $args=[], $priority=self::JOB_PRIORITY_NORMAL)
 
 isInitialized ()
 
- Защищенные члены унаследованные от Application
 __construct ()
 
 initializeRouter ()
 
 initializeContext (array $params)
 
 handleResponseBeforeSend (Response $response)
 
 initializeExceptionHandler ()
 
 createDatabaseConnection ()
 
 initializeCache ()
 
 runBackgroundJobs ()
 
- Статические защищенные данные унаследованные от Application
static $instance
 

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

use \Bitrix\Rest\APAuth\PasswordTable

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

Методы

◆ generateAppPassword()

static generateAppPassword ( $siteTitle,
array $scopeList )
static

Generates AP for REST access.

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

Exception

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

◆ onApplicationsBuildList()

static onApplicationsBuildList ( )
static

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

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

◆ $validUrls

$validUrls
protected
Инициализатор
= array(
"/rest/",
)

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

◆ ID

const ID = 'rest'

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