PHP Класс XeroPHP\Models\PayrollAU\Timesheet

Наследование: extends XeroPHP\Remote\Object
Показать файл Открыть проект

Открытые методы

Метод Описание
addTimesheetLine ( TimesheetLine $value ) : Timesheet
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 ( ) : TimesheetLine[] | Collection
isPageable ( )
setEmployeeID ( string $value ) : Timesheet
setEndDate ( DateTimeInterface $value ) : Timesheet
setHour ( string $value ) : Timesheet
setStartDate ( DateTimeInterface $value ) : Timesheet
setStatus ( string $value ) : Timesheet
setTimesheetID ( string $value ) : Timesheet

Описание методов

addTimesheetLine() публичный Метод

public addTimesheetLine ( TimesheetLine $value ) : Timesheet
$value XeroPHP\Models\PayrollAU\Timesheet\TimesheetLine
Результат Timesheet

getAPIStem() публичный статический Метод

Get the stem of the API (core.xro) etc
public static getAPIStem ( ) : string | null
Результат string | null

getEmployeeID() публичный Метод

public getEmployeeID ( ) : string
Результат string

getEndDate() публичный Метод

public getEndDate ( ) : DateTimeInterface
Результат DateTimeInterface

getGUIDProperty() публичный статический Метод

Get the guid property
public static getGUIDProperty ( ) : string
Результат string

getHours() публичный Метод

public getHours ( ) : string
Результат string

getProperties() публичный статический Метод

Get the properties of the object. Indexed by constants [0] - Mandatory [1] - Type [2] - PHP type [3] - Is an Array [4] - Saves directly
public static getProperties ( ) : array
Результат array

getResourceURI() публичный статический Метод

Get the resource uri of the class (Contacts) etc
public static getResourceURI ( ) : string
Результат string

getRootNodeName() публичный статический Метод

Get the root node name. Just the unqualified classname
public static getRootNodeName ( ) : string
Результат string

getStartDate() публичный Метод

public getStartDate ( ) : DateTimeInterface
Результат DateTimeInterface

getStatus() публичный Метод

public getStatus ( ) : string
Результат string

getSupportedMethods() публичный статический Метод

Get the supported methods
public static getSupportedMethods ( )

getTimesheetID() публичный Метод

public getTimesheetID ( ) : string
Результат string

getTimesheetLines() публичный Метод

public getTimesheetLines ( ) : TimesheetLine[] | Collection
Результат XeroPHP\Models\PayrollAU\Timesheet\TimesheetLine[] | XeroPHP\Remote\Collection Always returns a collection, switch is for type hinting

isPageable() публичный статический Метод

public static isPageable ( )

setEmployeeID() публичный Метод

public setEmployeeID ( string $value ) : Timesheet
$value string
Результат Timesheet

setEndDate() публичный Метод

public setEndDate ( DateTimeInterface $value ) : Timesheet
$value DateTimeInterface
Результат Timesheet

setHour() публичный Метод

public setHour ( string $value ) : Timesheet
$value string
Результат Timesheet

setStartDate() публичный Метод

public setStartDate ( DateTimeInterface $value ) : Timesheet
$value DateTimeInterface
Результат Timesheet

setStatus() публичный Метод

public setStatus ( string $value ) : Timesheet
$value string
Результат Timesheet

setTimesheetID() публичный Метод

public setTimesheetID ( string $value ) : Timesheet
$value string
Результат Timesheet