Package DE_EPAGES::Object::API::Object::Attribute
object interface for Attribute.
Base |
DE_EPAGES::Object::API::Object::Object |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $Attribute->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $Attribute->dbPackage; |
Return |
|
defaultValue
Returns the value of the attribute 'DefaultValue'. This is an optimized version of $Attribute->get('DefaultValue').
Syntax |
$DefaultValue = $Attribute->defaultValue; |
Return |
|
isArray
Returns the value of the attribute 'IsArray'. This is an optimized version of $Attribute->get('IsArray').
Syntax |
$IsArray = $Attribute->isArray; |
Return |
|
isCacheable
Returns the value of the attribute 'IsCacheable'. This is an optimized version of $Attribute->get('IsCacheable').
Syntax |
$IsCacheable = $Attribute->isCacheable; |
Return |
|
isObject
Returns the value of the attribute 'IsObject'. This is an optimized version of $Attribute->get('IsObject').
Syntax |
$IsObject = $Attribute->isObject; |
Return |
|
package
Returns the package that implements this attribute. This is an optimized version of $Attribute->get('Package').
Syntax |
$Package = $Attribute->package; |
Return |
|
type
Returns the value of the attribute 'Type'. This is an optimized version of $Attribute->get('Type').
Syntax |
$Type = $Attribute->type; |
Return |
|