PHP Class Scalr\Model\Entity\CloudCredentialsProperty

Author: N.V.
Inheritance: extends Scalr\Model\Entity\Setting
Show file Open project: scalr/scalr Class Usage Examples

Public Properties

Property Type Description
$cloudCredentialsId string Cloud credentials UUID
$value string Property value

Protected Properties

Property Type Description
$encryptedFields array Encrypted properties list static cache

Public Methods

Method Description
listEncryptedFields ( ) : array Gets names of encrypted properties
load ( $obj, $tableAlias = null )
save ( )

Method Details

listEncryptedFields() public static method

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

load() public method

See also: AbstractEntity::load()
public load ( $obj, $tableAlias = null )

save() public method

See also: AbstractEntity::save()
public save ( )

Property Details

$cloudCredentialsId public property

Cloud credentials UUID
public string $cloudCredentialsId
return string

$encryptedFields protected static property

Encrypted properties list static cache
protected static array $encryptedFields
return array

$value public property

Property value
public string $value
return string