PHP Класс Scalr\Stats\CostAnalytics\Entity\UsageTypeEntity

С версии: 5.5 (19.05.2015)
Автор: Vitaliy Demidov ([email protected])
Наследование: extends Scalr\Model\AbstractEntity
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$costDistrType integer Cost distribution type
$displayName string It is used to override the name for displaying purposes
$id string Unique identifier of the Usage Type
$name string The name of the Usage Type

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

Метод Описание
getDisplayName ( ) : string Gets display name of the Usage Type
getUsageItems ( string $ignoreCache = false ) : EntityIterator Gets Usage Items which correspond to the Usage Type

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

getDisplayName() публичный метод

Gets display name of the Usage Type
public getDisplayName ( ) : string
Результат string

getUsageItems() публичный метод

Gets Usage Items which correspond to the Usage Type
public getUsageItems ( string $ignoreCache = false ) : EntityIterator
$ignoreCache string optional Whether it should ignore cache
Результат Scalr\Model\Collections\EntityIterator Returns entity iterator of the Usage Items which corresponds to the Usate Type

Описание свойств

$costDistrType публичное свойство

Cost distribution type
public int $costDistrType
Результат integer

$displayName публичное свойство

It is used to override the name for displaying purposes
public string $displayName
Результат string

$id публичное свойство

Unique identifier of the Usage Type
public string $id
Результат string

$name публичное свойство

The name of the Usage Type
public string $name
Результат string