芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/avenida/vendor/xibosignage/oauth2-xibo-cms/src/Provider/XiboUser.php
userId = $attributes['userId']; } /** * @return array */ public function toArray() { return get_object_vars($this); } /** * @return int */ public function getId() { return $this->userId; } }