PHP Class Someline\Models\Foundation\User

Inheritance: extends Someline\Model\Foundation\User
Afficher le fichier Open project: someline/someline-starter Class Usage Examples

Protected Properties

Свойство Type Description
$fillable array The attributes that are mass assignable.
$hidden array The attributes that should be hidden for arrays.

Méthodes publiques

Méthode Description
onCreated ( ) Called when model is created Other events available are in BaseModelEvents

Method Details

onCreated() public méthode

Called when model is created Other events available are in BaseModelEvents
public onCreated ( )

Property Details

$fillable protected_oe property

The attributes that are mass assignable.
protected array $fillable
Résultat array

$hidden protected_oe property

The attributes that should be hidden for arrays.
protected array $hidden
Résultat array