EmployeeHandler
This class contains the functions to perform the following:
Retrieve:
api | |
---|---|
package | simPROAPI |
subpackage | Staff |
author | Nathan Muir |
version | 2011-08-15 |
AttachmentsRetrieve(int $CompanyID, int $StaffID) : array
This function retrieves the list of attachemnts for the provided staff id
int
the Company ID. In single company builds, this is 0.
int
The staff member to retrieve licences for
array
LicencesSearch(int $CompanyID, string $Search = '%') : array
This function retrieves licences for all staff under a company
int
the Company ID. In single company builds, this is 0.
string
The search string for the licence name.
array
RetrieveList(int $CompanyID, array $StaffIDs) : array
This function retrieves details on the provided list of staff ids
uses | \EmployeeHandler::RetrieveList() |
---|---|
uses | \ContractorHandler::RetrieveList() |
used_by | \EmployeeHandler::RetrieveList() |
used_by | \PlantHandler::RetrieveList() |
int
the Company ID. In single company builds, this is 0.
array
list of Staff ID's to retrieve (must be int only)
array