PHP Класс Scalr\Model\Entity\Client

Автор: N.V.
Наследование: extends Scalr\Model\AbstractEntity
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$active boolean Activ flag
$added DateTime Added time
$address1 string Client address
$address2 string Client address
$billed boolean Billed flag
$city string Client city
$comments string Comments
$country string Client country
$due DateTime Due time
$fax string Client fax
$fullName string Client full name
$id integer Identifier
$lastLoginAttempt DateTime Last login attempt time
$loginAttempts integer Login attempts
$name string Client short name
$org string Client organization name
$phone string Client phone
$priority integer Priority
$state string Client state
$status string Status
$welcomeMailSent boolean Welcome e-mail sent flag
$zipCode string Client ZIP-code

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

Метод Описание
checkLimit ( string $limitName, integer $limitValue ) : boolean Checks account limits
cloudCredentialsList ( array $clouds = null, array $credentialsFilter = [], array $propertiesFilter = [] ) : EntityIterator | CloudCredentials[] Gets cloud credentials for listed clouds
delete ( )

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

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

Checks account limits
public checkLimit ( string $limitName, integer $limitValue ) : boolean
$limitName string
$limitValue integer
Результат boolean

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

Gets cloud credentials for listed clouds
public cloudCredentialsList ( array $clouds = null, array $credentialsFilter = [], array $propertiesFilter = [] ) : EntityIterator | CloudCredentials[]
$clouds array optional Clouds list
$credentialsFilter array optional Criteria to filter by CloudCredentials properties
$propertiesFilter array optional Criteria to filter by CloudCredentialsProperties
Результат Scalr\Model\Collections\EntityIterator | CloudCredentials[]

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

public delete ( )

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

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

Activ flag
public bool $active
Результат boolean

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

Added time
public DateTime $added
Результат DateTime

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

Client address
public string $address1
Результат string

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

Client address
public string $address2
Результат string

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

Billed flag
public bool $billed
Результат boolean

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

Client city
public string $city
Результат string

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

Comments
public string $comments
Результат string

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

Client country
public string $country
Результат string

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

Due time
public DateTime $due
Результат DateTime

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

Client fax
public string $fax
Результат string

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

Client full name
public string $fullName
Результат string

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

Identifier
public int $id
Результат integer

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

Last login attempt time
public DateTime $lastLoginAttempt
Результат DateTime

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

Login attempts
public int $loginAttempts
Результат integer

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

Client short name
public string $name
Результат string

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

Client organization name
public string $org
Результат string

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

Client phone
public string $phone
Результат string

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

Priority
public int $priority
Результат integer

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

Client state
public string $state
Результат string

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

Status
public string $status
Результат string

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

Welcome e-mail sent flag
public bool $welcomeMailSent
Результат boolean

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

Client ZIP-code
public string $zipCode
Результат string