Файловый менеджер - Редактировать - /home/clickysoft/public_html/jm5-api.clickysoft.net/vendor/twilio/sdk/src/Twilio/Rest/Accounts.php
Назад
<?php namespace Twilio\Rest; use Twilio\Rest\Accounts\V1; class Accounts extends AccountsBase { /** * @deprecated Use v1->authTokenPromotion instead */ protected function getAuthTokenPromotion(): \Twilio\Rest\Accounts\V1\AuthTokenPromotionList { echo "authTokenPromotion is deprecated. Use v1->authTokenPromotion instead."; return $this->v1->authTokenPromotion; } /** * @deprecated Use v1->authTokenPromotion() instead. */ protected function contextAuthTokenPromotion(): \Twilio\Rest\Accounts\V1\AuthTokenPromotionContext { echo "authTokenPromotion() is deprecated. Use v1->authTokenPromotion() instead."; return $this->v1->authTokenPromotion(); } /** * @deprecated Use v1->credentials instead. */ protected function getCredentials(): \Twilio\Rest\Accounts\V1\CredentialList { echo "credentials is deprecated. Use v1->credentials instead."; return $this->v1->credentials; } /** * @deprecated Use v1->secondaryAuthToken instead. */ protected function getSecondaryAuthToken(): \Twilio\Rest\Accounts\V1\SecondaryAuthTokenList { echo "secondaryAuthToken is deprecated. Use v1->secondaryAuthToken instead."; return $this->v1->secondaryAuthToken; } /** * @deprecated Use v1->secondaryAuthToken() instead. */ protected function contextSecondaryAuthToken(): \Twilio\Rest\Accounts\V1\SecondaryAuthTokenContext { echo "secondaryAuthToken() is deprecated. Use v1->secondaryAuthToken() instead."; return $this->v1->secondaryAuthToken(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка