PHP Class Staffs_model, TastyIgniter

Inheritance: extends TI_Model
Exibir arquivo Open project: tastyigniter/tastyigniter

Public Methods

Method 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 method

public deleteStaff ( $staff_id )

getAutoComplete() public method

public getAutoComplete ( $filter = [] )

getCount() public method

public getCount ( $filter = [] )

getList() public method

public getList ( $filter = [] )

getStaff() public method

public getStaff ( $staff_id = FALSE )

getStaffDates() public method

public getStaffDates ( )

getStaffForMessages() public method

public getStaffForMessages ( $type, $staff_id = FALSE )

getStaffUser() public method

public getStaffUser ( $staff_id = FALSE )

getStaffs() public method

public getStaffs ( )

getStaffsByGroupIdForMessages() public method

public getStaffsByGroupIdForMessages ( $type, $staff_group_id = FALSE )

getStaffsForMessages() public method

public getStaffsForMessages ( $type )

resetPassword() public method

public resetPassword ( $user_email = NULL )

saveStaff() public method

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

sendMail() public method

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

validateStaff() public method

public validateStaff ( $customer_id = NULL )