PHP 클래스 Corcel\UserMeta

상속: extends Model
파일 보기 프로젝트 열기: jgrossi/corcel

공개 프로퍼티들

프로퍼티 타입 설명
$timestamps

보호된 프로퍼티들

프로퍼티 타입 설명
$fillable
$primaryKey
$table

공개 메소드들

메소드 설명
newCollection ( array $models = [] ) : UserMetaCollection Override newCollection() to return a custom collection
user ( ) : BelongsTo User relationship

메소드 상세

newCollection() 공개 메소드

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

user() 공개 메소드

User relationship
public user ( ) : BelongsTo
리턴 Illuminate\Database\Eloquent\Relations\BelongsTo

프로퍼티 상세

$fillable 보호되어 있는 프로퍼티

protected $fillable

$primaryKey 보호되어 있는 프로퍼티

protected $primaryKey

$table 보호되어 있는 프로퍼티

protected $table

$timestamps 공개적으로 프로퍼티

public $timestamps