PHP 클래스 App\Repositories\Lead\LeadRepository

상속: implements App\Repositories\Lead\LeadRepositoryContract
파일 보기 프로젝트 열기: Bottelet/Flarepoint-crm

공개 메소드들

메소드 설명
allCompletedLeads ( )
allLeads ( )
completedLeadsMonthly ( )
completedLeadsThisMonth ( )
completedLeadsToday ( )
create ( $requestData )
createdLeadsMonthly ( )
createdLeadsToday ( )
find ( $id )
percantageCompleted ( )
updateAssign ( $id, $requestData )
updateFollowup ( $id, $requestData )
updateStatus ( $id, $requestData )

메소드 상세

allCompletedLeads() 공개 메소드

public allCompletedLeads ( )

allLeads() 공개 메소드

public allLeads ( )

completedLeadsMonthly() 공개 메소드

completedLeadsThisMonth() 공개 메소드

completedLeadsToday() 공개 메소드

public completedLeadsToday ( )

create() 공개 메소드

public create ( $requestData )

createdLeadsMonthly() 공개 메소드

public createdLeadsMonthly ( )

createdLeadsToday() 공개 메소드

public createdLeadsToday ( )

find() 공개 메소드

public find ( $id )

percantageCompleted() 공개 메소드

public percantageCompleted ( )

updateAssign() 공개 메소드

public updateAssign ( $id, $requestData )

updateFollowup() 공개 메소드

public updateFollowup ( $id, $requestData )

updateStatus() 공개 메소드

public updateStatus ( $id, $requestData )