PHP 클래스 app\models\Product

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

보호된 프로퍼티들

프로퍼티 타입 설명
$dates array
$fillable array
$presenter string

공개 메소드들

메소드 설명
default_tax_rate ( ) : BelongsTo
findProductByKey ( $key ) : mixed
getEntityType ( ) : mixed
getImportColumns ( ) : array
getImportMap ( ) : array
user ( ) : mixed

메소드 상세

default_tax_rate() 공개 메소드

public default_tax_rate ( ) : BelongsTo
리턴 Illuminate\Database\Eloquent\Relations\BelongsTo

findProductByKey() 공개 정적인 메소드

public static findProductByKey ( $key ) : mixed
$key
리턴 mixed

getEntityType() 공개 메소드

public getEntityType ( ) : mixed
리턴 mixed

getImportColumns() 공개 정적인 메소드

public static getImportColumns ( ) : array
리턴 array

getImportMap() 공개 정적인 메소드

public static getImportMap ( ) : array
리턴 array

user() 공개 메소드

public user ( ) : mixed
리턴 mixed

프로퍼티 상세

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

protected array $dates
리턴 array

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

protected array $fillable
리턴 array

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

protected string $presenter
리턴 string