PHP 클래스 app\Product

상속: extends Illuminate\Database\Eloquent\Model
파일 보기 프로젝트 열기: ant-vel/antVel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$appends
$fillable array The attributes that are mass assignable.
$hidden
$table string The database table used by the model.

공개 메소드들

메소드 설명
categories ( )
create ( array $attr = [] )
details ( )
getFeaturesAttribute ( )
getFirstImageAttribute ( )
getLastCommentsAttribute ( )
getNumOfReviewsAttribute ( )
getStatusLettersAttribute ( )
group ( )
scopeActives ( $query )
scopeFree ( $query )
scopeInCategories ( $query, $attr, $data = [] ) categories filter.
scopeInactives ( $query )
scopeLike ( $query, $attr = [], $search = [] ) Products tags filter.
scopeName ( $query, $input )
scopeRefine ( $query, $filters )
scopeSearch ( $query, $seed )
scopeType ( $query, $input )
user ( )

메소드 상세

categories() 공개 메소드

public categories ( )

create() 공개 정적인 메소드

public static create ( array $attr = [] )
$attr array

details() 공개 메소드

public details ( )

getFeaturesAttribute() 공개 메소드

getFirstImageAttribute() 공개 메소드

getLastCommentsAttribute() 공개 메소드

getNumOfReviewsAttribute() 공개 메소드

getStatusLettersAttribute() 공개 메소드

group() 공개 메소드

public group ( )

scopeActives() 공개 메소드

public scopeActives ( $query )

scopeFree() 공개 메소드

public scopeFree ( $query )

scopeInCategories() 공개 메소드

categories filter.
public scopeInCategories ( $query, $attr, $data = [] )

scopeInactives() 공개 메소드

public scopeInactives ( $query )

scopeLike() 공개 메소드

Products tags filter.
public scopeLike ( $query, $attr = [], $search = [] )

scopeName() 공개 메소드

public scopeName ( $query, $input )

scopeRefine() 공개 메소드

public scopeRefine ( $query, $filters )

scopeSearch() 공개 메소드

public scopeSearch ( $query, $seed )

scopeType() 공개 메소드

public scopeType ( $query, $input )

user() 공개 메소드

public user ( )

프로퍼티 상세

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

protected $appends

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

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

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

protected $hidden

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

The database table used by the model.
protected string $table
리턴 string