PHP 클래스 app\Order

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
create ( array $options = [] )
createLog ( )
details ( )
freeproducts ( )
getDetailsAttribute ( )
getTranslatedStatusAttribute ( )
inDetail ( )
placeOrders ( integer $type_order ) : app\Response Start the checkout process for any type of order.
save ( array $options = [] )
scopeOfDates ( $query, $from, $to = '' )
scopeOfStatus ( $query, $status )
scopeOfType ( $query, $type )
sendMail ( )
sendNotice ( )
user ( )

메소드 상세

create() 공개 정적인 메소드

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

createLog() 공개 메소드

public createLog ( )

details() 공개 메소드

public details ( )

freeproducts() 공개 메소드

public freeproducts ( )

getDetailsAttribute() 공개 메소드

public getDetailsAttribute ( )

getTranslatedStatusAttribute() 공개 메소드

inDetail() 공개 메소드

public inDetail ( )

placeOrders() 공개 정적인 메소드

Start the checkout process for any type of order.
public static placeOrders ( integer $type_order ) : app\Response
$type_order integer Type of order to be processed
리턴 app\Response

save() 공개 메소드

public save ( array $options = [] )
$options array

scopeOfDates() 공개 메소드

public scopeOfDates ( $query, $from, $to = '' )

scopeOfStatus() 공개 메소드

public scopeOfStatus ( $query, $status )

scopeOfType() 공개 메소드

public scopeOfType ( $query, $type )

sendMail() 공개 메소드

public sendMail ( )

sendNotice() 공개 메소드

public sendNotice ( )

user() 공개 메소드

public user ( )

프로퍼티 상세

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

protected $appends

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

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

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

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