Example #1
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['email' => Module::t('labels', 'Email'), 'username' => Module::t('labels', 'Username'), 'captcha' => Module::t('labels', 'Verification Code')]);
 }