PHP Class Corcel\UserMeta

Inheritance: extends Model
Datei anzeigen Open project: jgrossi/corcel

Public Properties

Property Type Description
$timestamps

Protected Properties

Property Type Description
$fillable
$primaryKey
$table

Public Methods

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

Method Details

newCollection() public method

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

user() public method

User relationship
public user ( ) : BelongsTo
return 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