File manager - Edit - /var/www/payraty/hris/vendor/twilio/sdk/src/Twilio/Rest/Studio.php
Back
<?php namespace Twilio\Rest; use Twilio\Rest\Studio\V2; class Studio extends StudioBase { /** * @deprecated Use v2->flows instead. */ protected function getFlows(): \Twilio\Rest\Studio\V2\FlowList { echo "flows is deprecated. Use v2->flows instead."; return $this->v2->flows; } /** * @deprecated Use v2->flows(\$sid) instead. * @param string $sid The SID that identifies the resource to fetch */ protected function contextFlows(string $sid): \Twilio\Rest\Studio\V2\FlowContext { echo "flows(\$sid) is deprecated. Use v2->flows(\$sid) instead."; return $this->v2->flows($sid); } /** * @deprecated Use v2->flowValidate instead. */ protected function getFlowValidate(): \Twilio\Rest\Studio\V2\FlowValidateList { echo "flowValidate is deprecated. Use v2->flowValidate instead."; return $this->v2->flowValidate; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings