PHP Class App\Repositories\Lead\LeadRepository

Inheritance: implements App\Repositories\Lead\LeadRepositoryContract
Afficher le fichier Open project: Bottelet/Flarepoint-crm

Méthodes publiques

Méthode Description
allCompletedLeads ( )
allLeads ( )
completedLeadsMonthly ( )
completedLeadsThisMonth ( )
completedLeadsToday ( )
create ( $requestData )
createdLeadsMonthly ( )
createdLeadsToday ( )
find ( $id )
percantageCompleted ( )
updateAssign ( $id, $requestData )
updateFollowup ( $id, $requestData )
updateStatus ( $id, $requestData )

Method Details

allCompletedLeads() public méthode

public allCompletedLeads ( )

allLeads() public méthode

public allLeads ( )

completedLeadsMonthly() public méthode

completedLeadsThisMonth() public méthode

completedLeadsToday() public méthode

public completedLeadsToday ( )

create() public méthode

public create ( $requestData )

createdLeadsMonthly() public méthode

public createdLeadsMonthly ( )

createdLeadsToday() public méthode

public createdLeadsToday ( )

find() public méthode

public find ( $id )

percantageCompleted() public méthode

public percantageCompleted ( )

updateAssign() public méthode

public updateAssign ( $id, $requestData )

updateFollowup() public méthode

public updateFollowup ( $id, $requestData )

updateStatus() public méthode

public updateStatus ( $id, $requestData )