PHP 클래스 app\models\Contact

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

공개 프로퍼티들

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
account ( ) : BelongsTo
client ( ) : mixed
getContactKeyAttribute ( $contact_key ) : mixed
getDisplayName ( ) : mixed | string
getEntityType ( ) : mixed
getFullName ( ) : string
getLinkAttribute ( ) : string
getName ( ) : mixed | string
getPersonType ( ) : mixed
user ( ) : mixed

메소드 상세

account() 공개 메소드

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

client() 공개 메소드

public client ( ) : mixed
리턴 mixed

getContactKeyAttribute() 공개 메소드

public getContactKeyAttribute ( $contact_key ) : mixed
$contact_key
리턴 mixed

getDisplayName() 공개 메소드

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

getEntityType() 공개 메소드

public getEntityType ( ) : mixed
리턴 mixed

getFullName() 공개 메소드

public getFullName ( ) : string
리턴 string

getLinkAttribute() 공개 메소드

public getLinkAttribute ( ) : string
리턴 string

getName() 공개 메소드

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

getPersonType() 공개 메소드

public getPersonType ( ) : mixed
리턴 mixed

user() 공개 메소드

public user ( ) : 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