PHP 클래스 Mage2\User\Models\User

상속: extends Illuminate\Foundation\Auth\User, use trait Illuminate\Notifications\Notifiable
파일 보기 프로젝트 열기: mage2/laravel-ecommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$defaultWebsiteId
$fillable array The attributes that are mass assignable.
$hidden array The attributes that should be hidden for arrays.
$isDefaultWebsite
$websiteId

공개 메소드들

메소드 설명
__construct ( array $attributes = [] )
getFullNameAttribute ( )
isInWishlist ( $productId )

메소드 상세

__construct() 공개 메소드

public __construct ( array $attributes = [] )
$attributes array

getFullNameAttribute() 공개 메소드

isInWishlist() 공개 메소드

public isInWishlist ( $productId )

프로퍼티 상세

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

protected $defaultWebsiteId

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

The attributes that are mass assignable.
protected array $fillable
리턴 array

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

The attributes that should be hidden for arrays.
protected array $hidden
리턴 array

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

protected $isDefaultWebsite

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

protected $websiteId