PHP 클래스 Scalr\Model\Entity\Client

저자: N.V.
상속: extends Scalr\Model\AbstractEntity
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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