PHP 클래스 app\models\ExpenseCategory

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
expense ( ) : BelongsTo
getEntityType ( ) : mixed
getRoute ( ) : string

메소드 상세

expense() 공개 메소드

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

getEntityType() 공개 메소드

public getEntityType ( ) : mixed
리턴 mixed

getRoute() 공개 메소드

public getRoute ( ) : string
리턴 string

프로퍼티 상세

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

protected array $fillable
리턴 array

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

protected string $presenter
리턴 string