Beispiel #1
0
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['content', 'sentTime', 'isReply', 'conversationId', 'accountId', 'date']);
 }
Beispiel #2
0
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['name', 'branchName', 'type', 'subtype', 'telephone', 'location', 'position', 'image', 'businessHours', 'description', 'wechat', 'weibo', 'alipay']);
 }
Beispiel #3
0
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['name', 'startTime', 'endTime', 'participantCount', 'usedCount', 'limitTimes', 'promotion', 'isActivated']);
 }
Beispiel #4
0
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['priceType', 'enabledMods', 'availableExtMods', 'channels', 'tags', 'company', 'phone', 'name']);
 }
Beispiel #5
0
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['mobile', 'token', 'deviceType']);
 }
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['name', 'fields']);
 }
Beispiel #7
0
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['avatar', 'cardId', 'location', 'cardNumber', 'cardExpiredAt', 'cardProvideTime', 'unionId', 'origin', 'originScene', 'socials', 'tags', 'score', 'totalScore', 'properties', 'remarks', 'socialAccountId', 'openId', 'birth', 'qrcodeViewed', 'isDisabled', 'totalScoreAfterZeroed']);
 }
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['name', 'poster', 'fontColor', 'privilege', 'condition', 'usageGuide', 'isEnabled', 'isDefault', 'isAutoUpgrade', 'scoreResetDate']);
 }
Beispiel #9
0
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['title', 'description']);
 }
Beispiel #10
0
 public function attributes()
 {
     return array_merge(parent::attributes(), ['_id', 'name', 'operator', 'quantity', 'imgUrl', 'usedNumber']);
 }
Beispiel #11
0
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['storeId', 'phone', 'badge', 'name', 'gender', 'birthday', 'channel', 'isActivated', 'qrcodeUrl', 'qrcodeId', 'qrcodeName', 'salt']);
 }
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['isActivated']);
 }
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['conversation', 'status', 'desk', 'client', 'lastChatTime', 'date']);
 }
Beispiel #14
0
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['sku', 'name', 'pictures', 'category', 'intro', 'isBindCode', 'batchCode']);
 }
Beispiel #15
0
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['type', 'title', 'total', 'limit', 'tip', 'time', 'picUrl', 'url', 'description', 'usageNote', 'phone', 'storeType', 'stores', 'qrcodes', 'discountAmount', 'discountCondition', 'reductionAmount']);
 }
Beispiel #16
0
 public function attributes()
 {
     return array_merge(parent::attributes(), ['name', 'mobile', 'restaurantName', 'zipCode', 'city', 'address']);
 }
Beispiel #17
0
 public function safeAttributes()
 {
     return array_merge(parent::attributes());
 }
Beispiel #18
0
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['name', 'parentName', 'level']);
 }
Beispiel #19
0
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['categoryId', 'productName', 'sku', 'productId', 'pictures', 'score', 'total', 'usedCount', 'status', 'onSaleTime', 'offShelfTime', 'url', 'order', 'clicks', 'description', 'receiveModes', 'addresses']);
 }
Beispiel #20
0
 /**
  * @return array list of attribute names.
  */
 public function attributes()
 {
     return array_merge(parent::attributes(), ['intro']);
 }
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['order', 'name', 'type', 'options', 'defaultValue', 'isRequired']);
 }
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['locationStatistics']);
 }
Beispiel #23
0
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['storeId', 'categoryId', 'productName', 'sku', 'productId', 'pictures', 'status', 'onSaleTime', 'offShelfTime', 'price']);
 }
Beispiel #24
0
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['question', 'answer', 'faqCategoryId']);
 }
Beispiel #25
0
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['type', 'associatedId']);
 }
Beispiel #26
0
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['storeId', 'orderNumber', 'expectedPrice', 'totalPrice', 'staff', 'consumer', 'storeGoods', 'status', 'payWay', 'remark', 'operateTime']);
 }
Beispiel #27
0
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['name', 'content', 'icon']);
 }
Beispiel #28
0
 /**
  * Returns the list of all attribute names of token.
  * @return array list of attribute names.
  */
 public function attributes()
 {
     return array_merge(parent::attributes(), ['accessToken', 'expireTime', 'userId', 'accountId', 'role', 'language', 'enabledMods']);
 }
Beispiel #29
0
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['name', 'type', 'times', 'memberCount', 'score', 'triggerTime', 'description', 'properties', 'startTime', 'endTime', 'isEnabled', 'couponId', 'rewardType']);
 }
Beispiel #30
0
 public function safeAttributes()
 {
     return array_merge(parent::attributes(), ['name', 'url', 'createdBy', 'picUrl', 'content', 'fields', 'channel']);
 }