Urlaubsplan
Lade ...
Suche ...
Keine Treffer
App::Models::User Klassenreferenz
Klassendiagramm für App::Models::User:
Zusammengehörigkeiten von App::Models::User:

Geschützte Attribute

 $table = 'users'
 
 $primaryKey = 'id'
 
 $useAutoIncrement = true
 
 $returnType = 'array'
 
 $useSoftDeletes = false
 
 $protectFields = true
 
 $allowedFields = []
 
bool $allowEmptyInserts = false
 
bool $updateOnlyChanged = true
 
array $casts = []
 
array $castHandlers = []
 
 $useTimestamps = false
 
 $dateFormat = 'datetime'
 
 $createdField = 'created_at'
 
 $updatedField = 'updated_at'
 
 $deletedField = 'deleted_at'
 
 $validationRules = []
 
 $validationMessages = []
 
 $skipValidation = false
 
 $cleanValidationRules = true
 
 $allowCallbacks = true
 
 $beforeInsert = []
 
 $afterInsert = []
 
 $beforeUpdate = []
 
 $afterUpdate = []
 
 $beforeFind = []
 
 $afterFind = []
 
 $beforeDelete = []
 
 $afterDelete = []
 

Dokumentation der Datenelemente

◆ $afterDelete

App::Models::User::$afterDelete = []
protected

◆ $afterFind

App::Models::User::$afterFind = []
protected

◆ $afterInsert

App::Models::User::$afterInsert = []
protected

◆ $afterUpdate

App::Models::User::$afterUpdate = []
protected

◆ $allowCallbacks

App::Models::User::$allowCallbacks = true
protected

◆ $allowedFields

App::Models::User::$allowedFields = []
protected

◆ $allowEmptyInserts

bool App::Models::User::$allowEmptyInserts = false
protected

◆ $beforeDelete

App::Models::User::$beforeDelete = []
protected

◆ $beforeFind

App::Models::User::$beforeFind = []
protected

◆ $beforeInsert

App::Models::User::$beforeInsert = []
protected

◆ $beforeUpdate

App::Models::User::$beforeUpdate = []
protected

◆ $castHandlers

array App::Models::User::$castHandlers = []
protected

◆ $casts

array App::Models::User::$casts = []
protected

◆ $cleanValidationRules

App::Models::User::$cleanValidationRules = true
protected

◆ $createdField

App::Models::User::$createdField = 'created_at'
protected

◆ $dateFormat

App::Models::User::$dateFormat = 'datetime'
protected

◆ $deletedField

App::Models::User::$deletedField = 'deleted_at'
protected

◆ $primaryKey

App::Models::User::$primaryKey = 'id'
protected

◆ $protectFields

App::Models::User::$protectFields = true
protected

◆ $returnType

App::Models::User::$returnType = 'array'
protected

◆ $skipValidation

App::Models::User::$skipValidation = false
protected

◆ $table

App::Models::User::$table = 'users'
protected

◆ $updatedField

App::Models::User::$updatedField = 'updated_at'
protected

◆ $updateOnlyChanged

bool App::Models::User::$updateOnlyChanged = true
protected

◆ $useAutoIncrement

App::Models::User::$useAutoIncrement = true
protected

◆ $useSoftDeletes

App::Models::User::$useSoftDeletes = false
protected

◆ $useTimestamps

App::Models::User::$useTimestamps = false
protected

◆ $validationMessages

App::Models::User::$validationMessages = []
protected

◆ $validationRules

App::Models::User::$validationRules = []
protected

Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: