Zend Framework
1.12
|
Public Member Functions | |
__construct ($data, $adapter=null) | |
Constructor. | |
getAttribute ($key) | |
Get Attribute with a specific key. | |
getAttributes () | |
Get all the attributes. | |
getId () | |
Get the image ID. | |
getOwnerId () | |
Get the Owner ID. | |
getName () | |
Get the name. | |
getDescription () | |
Get the description. | |
getPlatform () | |
Get the platform. | |
getArchitecture () | |
Get the architecture. | |
Public Attributes | |
const | IMAGE_ID = 'imageId' |
const | IMAGE_OWNERID = 'ownerId' |
const | IMAGE_NAME = 'name' |
const | IMAGE_DESCRIPTION = 'description' |
const | IMAGE_PLATFORM = 'platform' |
const | IMAGE_ARCHITECTURE = 'architecture' |
const | ARCH_32BIT = 'i386' |
const | ARCH_64BIT = 'x86_64' |
const | IMAGE_WINDOWS = 'windows' |
const | IMAGE_LINUX = 'linux' |
Protected Attributes | |
$attributes = array() | |
$adapter | |
$attributeRequired | |
__construct | ( | $data, | |
$adapter = null |
|||
) |
Constructor.
array | $data | |
object | $adapter |
getArchitecture | ( | ) |
Get the architecture.
getAttribute | ( | $key | ) |
Get Attribute with a specific key.
array | $data |
getAttributes | ( | ) |
Get all the attributes.
getDescription | ( | ) |
Get the description.
getId | ( | ) |
Get the image ID.
getName | ( | ) |
Get the name.
getOwnerId | ( | ) |
Get the Owner ID.
getPlatform | ( | ) |
Get the platform.
|
protected |
|
protected |
|
protected |
const ARCH_32BIT = 'i386' |
const ARCH_64BIT = 'x86_64' |
const IMAGE_ARCHITECTURE = 'architecture' |
const IMAGE_DESCRIPTION = 'description' |
const IMAGE_ID = 'imageId' |
const IMAGE_LINUX = 'linux' |
const IMAGE_NAME = 'name' |
const IMAGE_OWNERID = 'ownerId' |
const IMAGE_PLATFORM = 'platform' |
const IMAGE_WINDOWS = 'windows' |