Метод | Описание | |
---|---|---|
addNumberOfUnit ( float $value ) : |
||
getAPIStem ( ) : string | null | Get the stem of the API (core.xro) etc | |
getCalculationType ( ) : float | ||
getDeductionTypeID ( ) : string | ||
getGUIDProperty ( ) : string | Get the guid property | |
getNumberOfUnits ( ) : float[] | |
||
getPercentage ( ) : 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 | |
getSupportedMethods ( ) | Get the supported methods | |
isPageable ( ) | ||
setCalculationType ( float $value ) : |
||
setDeductionTypeID ( string $value ) : |
||
setPercentage ( string $value ) : |
public addNumberOfUnit ( float $value ) : |
||
$value | float | |
Результат |
public static getAPIStem ( ) : string | null | ||
Результат | string | null |
public static getGUIDProperty ( ) : string | ||
Результат | string |
public getNumberOfUnits ( ) : float[] | |
||
Результат | float[] | |
Always returns a collection, switch is for type hinting |
public static getProperties ( ) : array | ||
Результат | array |
public static getResourceURI ( ) : string | ||
Результат | string |
public static getRootNodeName ( ) : string | ||
Результат | string |
public static getSupportedMethods ( ) |
public setCalculationType ( float $value ) : |
||
$value | float | |
Результат |
public setDeductionTypeID ( string $value ) : |
||
$value | string | |
Результат |
public setPercentage ( string $value ) : |
||
$value | string | |
Результат |