PHP Class Corcel\UserMeta

Inheritance: extends Model
Afficher le fichier Open project: jgrossi/corcel

Méthodes publiques

Свойство Type Description
$timestamps

Protected Properties

Свойство Type Description
$fillable
$primaryKey
$table

Méthodes publiques

Méthode Description
newCollection ( array $models = [] ) : UserMetaCollection Override newCollection() to return a custom collection
user ( ) : BelongsTo User relationship

Method Details

newCollection() public méthode

Override newCollection() to return a custom collection
public newCollection ( array $models = [] ) : UserMetaCollection
$models array
Résultat UserMetaCollection

user() public méthode

User relationship
public user ( ) : BelongsTo
Résultat Illuminate\Database\Eloquent\Relations\BelongsTo

Property Details

$fillable protected_oe property

protected $fillable

$primaryKey protected_oe property

protected $primaryKey

$table protected_oe property

protected $table

$timestamps public_oe property

public $timestamps