255], [['contacts'], 'string', 'max' => 100], [['file'], 'file'], [['login'], 'unique'] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'login' => 'Логин', 'password' => 'Пароль', 'email' => 'Email', 'is_super' => 'Должность (Доступ)', 'name' => 'ФИО', 'office_id' => 'Представительство (Офис)', 'photo' => 'Фото', 'contacts' => 'Контакты', 'acl_accounts_access' => 'acl_accounts_access', 'active' => 'Активность', ]; } }