芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/twilio/sdk/src/Twilio/Rest/FrontlineApi/V1/UserList.php
solution = []; } /** * Constructs a UserContext * * @param string $sid The SID of the User resource to fetch */ public function getContext(string $sid): UserContext { return new UserContext($this->version, $sid); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.FrontlineApi.V1.UserList]'; } }