Methods | ||
---|---|---|
public
|
__construct(
string $sName,
mixed $mValue = null,
string $sType = 'string',
bool $bIsEncrypt = false,
int $iEntityId = 0,
bool $bReadOnly = false,
$bExtended = false,
)
|
# |
public
static
|
createInstance(
string $sName,
mixed $sValue = null,
string $sType = null,
bool $bEncrypt = false,
int $iEntityId = 0,
bool $bReadOnly = false,
$bExtended = false,
): Attribute
|
# |
public
|
validate(): bool
|
# |
public
|
needToEscape(): bool
|
# |
public
|
setType(string $sType)
|
# |
public
|
getValueFormat(): bool
|
# |
public
|
Encrypt()
|
# |
public
|
Decrypt()
|
# |
public
|
save($oEntity)
|
# |
Properties | |||
---|---|---|---|
public
|
int
|
$Id
|
# |
public
|
int
|
$EntityId
|
# |
public
|
string
|
$Name
|
# |
public
|
mixed
|
$Value
|
# |
public
|
string
|
$Type
|
# |
public
|
bool
|
$IsEncrypt
|
# |
public
|
bool
|
$Encrypted
|
# |
public
|
bool
|
$ReadOnly
|
# |
public
|
bool
|
$Override
|
# |
public
|
bool
|
$CanInherit
|
# |
public
|
bool
|
$Inherited
|
# |
public
|
bool
|
$IsDefault
|
# |
public
|
bool
|
$bExtended
|
# |