PHP 클래스 App\Ninja\Repositories\ExpenseRepository

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

보호된 프로퍼티들

프로퍼티 타입 설명
$documentRepo

공개 메소드들

메소드 설명
__construct ( DocumentRepository $documentRepo )
all ( )
find ( $filter = null )
findVendor ( $vendorPublicId )
getClassName ( ) Expenses
save ( $input, $expense = null )

메소드 상세

__construct() 공개 메소드

public __construct ( DocumentRepository $documentRepo )
$documentRepo DocumentRepository

all() 공개 메소드

public all ( )

find() 공개 메소드

public find ( $filter = null )

findVendor() 공개 메소드

public findVendor ( $vendorPublicId )

getClassName() 공개 메소드

Expenses
public getClassName ( )

save() 공개 메소드

public save ( $input, $expense = null )

프로퍼티 상세

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

protected $documentRepo