PHP 클래스 app\models\Credit

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
account ( ) : BelongsTo
apply ( $amount ) : mixed
client ( ) : mixed
getEntityType ( ) : mixed
getName ( ) : string
invoice ( ) : mixed
user ( ) : mixed

메소드 상세

account() 공개 메소드

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

apply() 공개 메소드

public apply ( $amount ) : mixed
$amount
리턴 mixed

client() 공개 메소드

public client ( ) : mixed
리턴 mixed

getEntityType() 공개 메소드

public getEntityType ( ) : mixed
리턴 mixed

getName() 공개 메소드

public getName ( ) : string
리턴 string

invoice() 공개 메소드

public invoice ( ) : mixed
리턴 mixed

user() 공개 메소드

public user ( ) : mixed
리턴 mixed

프로퍼티 상세

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

protected array $dates
리턴 array

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

protected string $presenter
리턴 string