芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/joolsmen.com/vendor/twilio/sdk/src/Twilio/TwiML/Voice/SsmlSayAs.php
setAttribute('interpret-as', $interpretAs); } /** * Add Role attribute. * * @param string $role Specify the format of the date when interpret-as is set * to date * @return static $this. */ public function setRole($role) { return $this->setAttribute('role', $role); } }