PHP 클래스 app\models\Invitation

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

보호된 프로퍼티들

프로퍼티 타입 설명
$dates array

공개 메소드들

메소드 설명
account ( ) : BelongsTo
contact ( ) : mixed
getEntityType ( ) : mixed
getLink ( string $type = 'view', boolean $forceOnsite = false ) : string
getName ( ) : mixed
getStatus ( ) : boolean | string
invoice ( ) : mixed
markSent ( null $messageId = null )
markViewed ( )
signatureDiv ( )
user ( ) : mixed

메소드 상세

account() 공개 메소드

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

contact() 공개 메소드

public contact ( ) : mixed
리턴 mixed

getEntityType() 공개 메소드

public getEntityType ( ) : mixed
리턴 mixed

getName() 공개 메소드

public getName ( ) : mixed
리턴 mixed

getStatus() 공개 메소드

public getStatus ( ) : boolean | string
리턴 boolean | string

invoice() 공개 메소드

public invoice ( ) : mixed
리턴 mixed

markSent() 공개 메소드

public markSent ( null $messageId = null )
$messageId null

markViewed() 공개 메소드

public markViewed ( )

signatureDiv() 공개 메소드

public signatureDiv ( )

user() 공개 메소드

public user ( ) : mixed
리턴 mixed

프로퍼티 상세

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

protected array $dates
리턴 array