PHP 클래스 App\Ninja\Repositories\BaseRepository

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

공개 메소드들

메소드 설명
archive ( $entity )
delete ( $entity )
findByPublicIds ( $ids ) : mixed
findByPublicIdsWithTrashed ( $ids ) : mixed
getClassName ( ) : null
restore ( $entity )

비공개 메소드들

메소드 설명
getEventClass ( $entity, $type ) : string
getInstance ( ) : mixed

메소드 상세

archive() 공개 메소드

public archive ( $entity )
$entity

delete() 공개 메소드

public delete ( $entity )
$entity

findByPublicIds() 공개 메소드

public findByPublicIds ( $ids ) : mixed
$ids
리턴 mixed

findByPublicIdsWithTrashed() 공개 메소드

public findByPublicIdsWithTrashed ( $ids ) : mixed
$ids
리턴 mixed

getClassName() 공개 메소드

public getClassName ( ) : null
리턴 null

restore() 공개 메소드

public restore ( $entity )
$entity