PHP 클래스 Scalr\Model\Entity\CloudCredentialsProperty

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

공개 프로퍼티들

프로퍼티 타입 설명
$cloudCredentialsId string Cloud credentials UUID
$value string Property value

보호된 프로퍼티들

프로퍼티 타입 설명
$encryptedFields array Encrypted properties list static cache

공개 메소드들

메소드 설명
listEncryptedFields ( ) : array Gets names of encrypted properties
load ( $obj, $tableAlias = null )
save ( )

메소드 상세

listEncryptedFields() 공개 정적인 메소드

Gets names of encrypted properties
public static listEncryptedFields ( ) : array
리턴 array

load() 공개 메소드

또한 보기: AbstractEntity::load()
public load ( $obj, $tableAlias = null )

save() 공개 메소드

또한 보기: AbstractEntity::save()
public save ( )

프로퍼티 상세

$cloudCredentialsId 공개적으로 프로퍼티

Cloud credentials UUID
public string $cloudCredentialsId
리턴 string

$encryptedFields 보호되어 있는 정적으로 프로퍼티

Encrypted properties list static cache
protected static array $encryptedFields
리턴 array

$value 공개적으로 프로퍼티

Property value
public string $value
리턴 string