PHP Class Staffs_model, TastyIgniter

Inheritance: extends TI_Model
Afficher le fichier Open project: tastyigniter/tastyigniter

Méthodes publiques

Méthode Description
deleteStaff ( $staff_id )
getAutoComplete ( $filter = [] )
getCount ( $filter = [] )
getList ( $filter = [] )
getStaff ( $staff_id = FALSE )
getStaffDates ( )
getStaffForMessages ( $type, $staff_id = FALSE )
getStaffUser ( $staff_id = FALSE )
getStaffs ( )
getStaffsByGroupIdForMessages ( $type, $staff_group_id = FALSE )
getStaffsForMessages ( $type )
resetPassword ( $user_email = NULL )
saveStaff ( $staff_id, $save = [] )
sendMail ( $email, $template, $data = [] )
validateStaff ( $customer_id = NULL )

Method Details

deleteStaff() public méthode

public deleteStaff ( $staff_id )

getAutoComplete() public méthode

public getAutoComplete ( $filter = [] )

getCount() public méthode

public getCount ( $filter = [] )

getList() public méthode

public getList ( $filter = [] )

getStaff() public méthode

public getStaff ( $staff_id = FALSE )

getStaffDates() public méthode

public getStaffDates ( )

getStaffForMessages() public méthode

public getStaffForMessages ( $type, $staff_id = FALSE )

getStaffUser() public méthode

public getStaffUser ( $staff_id = FALSE )

getStaffs() public méthode

public getStaffs ( )

getStaffsByGroupIdForMessages() public méthode

public getStaffsByGroupIdForMessages ( $type, $staff_group_id = FALSE )

getStaffsForMessages() public méthode

public getStaffsForMessages ( $type )

resetPassword() public méthode

public resetPassword ( $user_email = NULL )

saveStaff() public méthode

public saveStaff ( $staff_id, $save = [] )

sendMail() public méthode

public sendMail ( $email, $template, $data = [] )

validateStaff() public méthode

public validateStaff ( $customer_id = NULL )