PHP 클래스 app\models\VendorContact

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

공개 프로퍼티들

프로퍼티 타입 설명
$fieldEmail string
$fieldFirstName string
$fieldLastName string
$fieldPhone string

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
account ( ) : BelongsTo
getDisplayName ( ) : mixed | string
getFullName ( ) : string
getName ( ) : mixed | string
getPersonType ( ) : mixed
user ( ) : mixed
vendor ( ) : mixed

메소드 상세

account() 공개 메소드

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

getDisplayName() 공개 메소드

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

getFullName() 공개 메소드

public getFullName ( ) : string
리턴 string

getName() 공개 메소드

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

getPersonType() 공개 메소드

public getPersonType ( ) : mixed
리턴 mixed

user() 공개 메소드

public user ( ) : mixed
리턴 mixed

vendor() 공개 메소드

public vendor ( ) : mixed
리턴 mixed

프로퍼티 상세

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

protected array $dates
리턴 array

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

public static string $fieldEmail
리턴 string

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

public static string $fieldFirstName
리턴 string

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

public static string $fieldLastName
리턴 string

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

public static string $fieldPhone
리턴 string

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

protected array $fillable
리턴 array

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

protected string $table
리턴 string