UserGenderImporter
extends JsonImporter
Table of Contents
-
$fillable
: array<string|int, string>
-
$defaultGender
: array<string|int, mixed>
-
remapRef()
: array<string|int, mixed>
$fillable
public
array<string|int, string>
$fillable
$defaultGender
private
array<string|int, mixed>
$defaultGender
= ['profile.male' => 'user::phrase.male', 'profile.female' => 'user::phrase.female']
remapRef()
private
remapRef(string $refColumn, string|null $idColunn, string|null $typeColumn) : array<string|int, mixed>
Parameters
-
$refColumn
: string
-
-
$idColunn
: string|null
-
-
$typeColumn
: string|null
-
Return values
array<string|int, mixed>
—