Esempio n. 1
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['id' => Yii::t('app', 'ID'), 'name' => Yii::t('app', 'Name')]);
 }
Esempio n. 2
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['id' => Yii::t('app', 'ID'), 'username' => Yii::t('app', 'Username'), 'password_hash' => Yii::t('app', 'Password Hash'), 'auth_key' => Yii::t('app', 'Auth Key'), 'is_admin' => Yii::t('app', 'Is Admin'), 'organizer_id' => Yii::t('app', 'Organizer')]);
 }
Esempio n. 3
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['id' => Yii::t('app', 'ID'), 'text' => Yii::t('app', 'Option'), 'poll_id' => Yii::t('app', 'Poll ID')]);
 }
Esempio n. 4
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['id' => Yii::t('app', 'ID'), 'title' => Yii::t('app', 'Title'), 'question' => Yii::t('app', 'Question'), 'info' => Yii::t('app', 'Additional Information'), 'select_min' => Yii::t('app', 'Select Min'), 'select_max' => Yii::t('app', 'Select Max'), 'start_time' => Yii::t('app', 'Start Time'), 'end_time' => Yii::t('app', 'End Time'), 'organizer_id' => Yii::t('app', 'Organizer ID')]);
 }
Esempio n. 5
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['id' => Yii::t('app', 'ID'), 'token' => Yii::t('app', 'Token'), 'poll_id' => Yii::t('app', 'Poll ID'), 'member_id' => Yii::t('app', 'Member ID'), 'code_status' => Yii::t('app', 'Is Valid')]);
 }