PHP 클래스 app\models\Client

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

공개 프로퍼티들

프로퍼티 타입 설명
$fieldAddress1 string
$fieldAddress2 string
$fieldCity string
$fieldCountry string
$fieldName string
$fieldNotes string
$fieldPhone string
$fieldPostalCode string
$fieldState string
$fieldVatNumber string
$fieldWebsite string

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
account ( ) : BelongsTo
addContact ( $data, boolean $isPrimary = false ) : Model
autoBillLater ( ) : boolean
contacts ( ) : Illuminate\Database\Eloquent\Relations\HasMany
country ( ) : BelongsTo
credits ( ) : Illuminate\Database\Eloquent\Relations\HasMany
creditsWithBalance ( ) : Illuminate\Database\Eloquent\Relations\HasMany
currency ( ) : BelongsTo
defaultPaymentMethod ( ) : boolean
expenses ( ) : mixed
getAmount ( ) : mixed
getCityState ( ) : string
getCounter ( $isQuote ) : mixed
getCurrencyCode ( ) : string
getCurrencyId ( ) : mixed
getDateCreated ( ) : string
getDisplayName ( ) : mixed | string
getEntityType ( ) : mixed
getGatewayToken ( ) : boolean
getImportColumns ( ) : array
getImportMap ( ) : array
getName ( ) : mixed
getPrimaryContact ( ) : mixed
getRoute ( ) : string
getTotalCredit ( ) : float | integer
hasAddress ( ) : boolean
hasAutoBillConfigurableInvoices ( ) : boolean
industry ( ) : BelongsTo
invoices ( ) : Illuminate\Database\Eloquent\Relations\HasMany
language ( ) : BelongsTo
markLoggedIn ( )
payments ( ) : Illuminate\Database\Eloquent\Relations\HasMany
quotes ( ) : Illuminate\Database\Eloquent\Relations\HasMany
size ( ) : BelongsTo
updateBalances ( $balanceAdjustment, $paidToDateAdjustment )
user ( ) : mixed

메소드 상세

account() 공개 메소드

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

addContact() 공개 메소드

public addContact ( $data, boolean $isPrimary = false ) : Model
$data
$isPrimary boolean
리턴 Illuminate\Database\Eloquent\Model

autoBillLater() 공개 메소드

public autoBillLater ( ) : boolean
리턴 boolean

contacts() 공개 메소드

public contacts ( ) : Illuminate\Database\Eloquent\Relations\HasMany
리턴 Illuminate\Database\Eloquent\Relations\HasMany

country() 공개 메소드

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

credits() 공개 메소드

public credits ( ) : Illuminate\Database\Eloquent\Relations\HasMany
리턴 Illuminate\Database\Eloquent\Relations\HasMany

creditsWithBalance() 공개 메소드

public creditsWithBalance ( ) : Illuminate\Database\Eloquent\Relations\HasMany
리턴 Illuminate\Database\Eloquent\Relations\HasMany

currency() 공개 메소드

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

defaultPaymentMethod() 공개 메소드

public defaultPaymentMethod ( ) : boolean
리턴 boolean

expenses() 공개 메소드

public expenses ( ) : mixed
리턴 mixed

getAmount() 공개 메소드

public getAmount ( ) : mixed
리턴 mixed

getCityState() 공개 메소드

public getCityState ( ) : string
리턴 string

getCounter() 공개 메소드

public getCounter ( $isQuote ) : mixed
$isQuote
리턴 mixed

getCurrencyCode() 공개 메소드

public getCurrencyCode ( ) : string
리턴 string

getCurrencyId() 공개 메소드

public getCurrencyId ( ) : mixed
리턴 mixed

getDateCreated() 공개 메소드

public getDateCreated ( ) : string
리턴 string

getDisplayName() 공개 메소드

public getDisplayName ( ) : mixed | string
리턴 mixed | string

getEntityType() 공개 메소드

public getEntityType ( ) : mixed
리턴 mixed

getGatewayToken() 공개 메소드

public getGatewayToken ( ) : boolean
리턴 boolean

getImportColumns() 공개 정적인 메소드

public static getImportColumns ( ) : array
리턴 array

getImportMap() 공개 정적인 메소드

public static getImportMap ( ) : array
리턴 array

getName() 공개 메소드

public getName ( ) : mixed
리턴 mixed

getPrimaryContact() 공개 메소드

public getPrimaryContact ( ) : mixed
리턴 mixed

getRoute() 공개 메소드

public getRoute ( ) : string
리턴 string

getTotalCredit() 공개 메소드

public getTotalCredit ( ) : float | integer
리턴 float | integer

hasAddress() 공개 메소드

public hasAddress ( ) : boolean
리턴 boolean

hasAutoBillConfigurableInvoices() 공개 메소드

industry() 공개 메소드

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

invoices() 공개 메소드

public invoices ( ) : Illuminate\Database\Eloquent\Relations\HasMany
리턴 Illuminate\Database\Eloquent\Relations\HasMany

language() 공개 메소드

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

markLoggedIn() 공개 메소드

public markLoggedIn ( )

payments() 공개 메소드

public payments ( ) : Illuminate\Database\Eloquent\Relations\HasMany
리턴 Illuminate\Database\Eloquent\Relations\HasMany

quotes() 공개 메소드

public quotes ( ) : Illuminate\Database\Eloquent\Relations\HasMany
리턴 Illuminate\Database\Eloquent\Relations\HasMany

size() 공개 메소드

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

updateBalances() 공개 메소드

public updateBalances ( $balanceAdjustment, $paidToDateAdjustment )
$balanceAdjustment
$paidToDateAdjustment

user() 공개 메소드

public user ( ) : mixed
리턴 mixed

프로퍼티 상세

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

protected array $dates
리턴 array

$fieldAddress1 공개적으로 정적으로 프로퍼티

public static string $fieldAddress1
리턴 string

$fieldAddress2 공개적으로 정적으로 프로퍼티

public static string $fieldAddress2
리턴 string

$fieldCity 공개적으로 정적으로 프로퍼티

public static string $fieldCity
리턴 string

$fieldCountry 공개적으로 정적으로 프로퍼티

public static string $fieldCountry
리턴 string

$fieldName 공개적으로 정적으로 프로퍼티

public static string $fieldName
리턴 string

$fieldNotes 공개적으로 정적으로 프로퍼티

public static string $fieldNotes
리턴 string

$fieldPhone 공개적으로 정적으로 프로퍼티

public static string $fieldPhone
리턴 string

$fieldPostalCode 공개적으로 정적으로 프로퍼티

public static string $fieldPostalCode
리턴 string

$fieldState 공개적으로 정적으로 프로퍼티

public static string $fieldState
리턴 string

$fieldVatNumber 공개적으로 정적으로 프로퍼티

public static string $fieldVatNumber
리턴 string

$fieldWebsite 공개적으로 정적으로 프로퍼티

public static string $fieldWebsite
리턴 string

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

protected array $fillable
리턴 array

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

protected string $presenter
리턴 string