Свойство | Тип | Описание | |
---|---|---|---|
$abbreviation | string | ||
$baseunit | string | ||
$conversionOffset | double | ||
$factor | double | ||
$group | string | ||
$id | integer | ||
$longname | string | ||
$reference | string |
Метод | Описание | |
---|---|---|
__toString ( ) | ||
create ( array $values = [] ) : |
||
delete ( ) : void | ||
getAbbreviation ( ) | ||
getBaseunit ( ) | ||
getByAbbreviation ( string $abbreviation ) : |
||
getById ( string $id ) : |
||
getByReference ( string $reference ) : |
||
getConversionOffset ( ) : float | ||
getFactor ( ) | ||
getGroup ( ) | ||
getId ( ) | ||
getLongname ( ) | ||
getReference ( ) : string | ||
save ( ) : void | ||
setAbbreviation ( $abbreviation ) | ||
setBaseunit ( $baseunit ) | ||
setConversionOffset ( float $conversionOffset ) | ||
setFactor ( $factor ) | ||
setGroup ( $group ) | ||
setId ( $id ) | ||
setLongname ( $longname ) | ||
setReference ( string $reference ) |
public static getByAbbreviation ( string $abbreviation ) : |
||
$abbreviation | string | |
Результат |
public static getByReference ( string $reference ) : |
||
$reference | string | |
Результат |
public setConversionOffset ( float $conversionOffset ) | ||
$conversionOffset | float |