Method | Description | |
---|---|---|
addTimesheetLine ( |
||
getAPIStem ( ) : string | null | Get the stem of the API (core.xro) etc | |
getEmployeeID ( ) : string | ||
getEndDate ( ) : DateTimeInterface | ||
getGUIDProperty ( ) : string | Get the guid property | |
getHours ( ) : string | ||
getProperties ( ) : array | Get the properties of the object. Indexed by constants [0] - Mandatory [1] - Type [2] - PHP type [3] - Is an Array [4] - Saves directly | |
getResourceURI ( ) : string | Get the resource uri of the class (Contacts) etc | |
getRootNodeName ( ) : string | Get the root node name. Just the unqualified classname | |
getStartDate ( ) : DateTimeInterface | ||
getStatus ( ) : string | ||
getSupportedMethods ( ) | Get the supported methods | |
getTimesheetID ( ) : string | ||
getTimesheetLines ( ) : |
||
isPageable ( ) | ||
setEmployeeID ( string $value ) : |
||
setEndDate ( DateTimeInterface $value ) : |
||
setHour ( string $value ) : |
||
setStartDate ( DateTimeInterface $value ) : |
||
setStatus ( string $value ) : |
||
setTimesheetID ( string $value ) : |
public addTimesheetLine ( |
||
$value | ||
return |
public static getAPIStem ( ) : string | null | ||
return | string | null |
public static getGUIDProperty ( ) : string | ||
return | string |
public static getProperties ( ) : array | ||
return | array |
public static getResourceURI ( ) : string | ||
return | string |
public static getRootNodeName ( ) : string | ||
return | string |
public static getSupportedMethods ( ) |
public getTimesheetLines ( ) : |
||
return | Always returns a collection, switch is for type hinting |
public setEmployeeID ( string $value ) : |
||
$value | string | |
return |
public setEndDate ( DateTimeInterface $value ) : |
||
$value | DateTimeInterface | |
return |
public setStartDate ( DateTimeInterface $value ) : |
||
$value | DateTimeInterface | |
return |
public setTimesheetID ( string $value ) : |
||
$value | string | |
return |