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

Открытые члены

 initiatePay (Payment $payment, Request $request=null)
 
 getCurrencyList ()
 
 getClientType ($psMode)
 
 processRequest (Payment $payment, Request $request)
 
 getPaymentIdFromRequest (Request $request)
 
 canCheckout (Payment $payment, Request $request=null)
 
- Открытые члены унаследованные от ServiceHandler
 sendResponse (ServiceResult $result, Request $request)
 
 getRestrictionList ()
 
- Открытые члены унаследованные от BaseServiceHandler
 __construct ($type, Service $service)
 
 showTemplate (Payment $payment=null, $template='')
 
 getParamsBusValue (Payment $payment=null)
 
 getDescription ()
 
 setExtraParams (array $values)
 
 creditNoDemand (Payment $payment)
 
 debitNoDemand (Payment $payment)
 
 setInitiateMode ($mode)
 
 createClone (\SplObjectStorage $cloneEntity)
 
 isClone ()
 
 getHandlerType ()
 
 OnEndBufferContent (&$content)
 
 getDemoParams ()
 
 isTuned ()
 

Защищенные члены

 includeDescription ()
 
- Защищенные члены унаследованные от BaseServiceHandler
 getBusinessValue (Payment $payment=null, $code)
 
 filterDescriptionCodes ($codes)
 
 getBusinessCodes ()
 
 getExtraParams ()
 
 getUrl (Payment $payment=null, $action)
 
 isTestMode (Payment $payment=null)
 
 getUrlList ()
 

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

- Открытые статические члены унаследованные от ServiceHandler
static getIndicativeFields ()
 
static isMyResponse (Request $request, $paySystemId)
 
static findMyDataRefundablePage (array $paySystemList)
 
- Открытые статические члены унаследованные от BaseServiceHandler
static getHandlerModeList ()
 
- Открытые атрибуты унаследованные от BaseServiceHandler
const STREAM = 1
 
const STRING = 2
 
const TEST_URL = 'test'
 
const ACTIVE_URL = 'active'
 
- Защищенные статические члены унаследованные от ServiceHandler
static isMyResponseExtended (Request $request, $paySystemId)
 
- Защищенные статические члены унаследованные от BaseServiceHandler
static getName ()
 
- Защищенные данные унаследованные от BaseServiceHandler
 $handlerType = ''
 
 $service = null
 
 $extraParams = array()
 
 $initiateMode = self::STREAM
 
 $isClone = false
 

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

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

Методы

◆ canCheckout()

canCheckout ( Payment $payment,
Request $request = null )

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

◆ getClientType()

getClientType ( $psMode)

@inheritDoc

Переопределяет метод предка BaseServiceHandler.

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

◆ getCurrencyList()

getCurrencyList ( )
Возвращает
array

Переопределяет метод предка BaseServiceHandler.

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

◆ getPaymentIdFromRequest()

getPaymentIdFromRequest ( Request $request)
Аргументы
Request$request
Возвращает
mixed

Переопределяет метод предка ServiceHandler.

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

◆ includeDescription()

includeDescription ( )
protected

Переопределяет метод предка BaseServiceHandler.

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

◆ initiatePay()

initiatePay ( Payment $payment,
Request $request = null )
Аргументы
Payment$payment
Request | null$request
Возвращает
ServiceResult
Исключения

Bitrix\Main\SystemException

Переопределяет метод предка BaseServiceHandler.

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

◆ processRequest()

processRequest ( Payment $payment,
Request $request )
Аргументы
Payment$payment
Request$request
Возвращает
ServiceResult

Переопределяет метод предка ServiceHandler.

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