Zend Framework
1.12
|
Public Member Functions | |
__construct (Array $options=array()) | |
Constructor - allows for the setting of options. | |
setOptions (Array $options) | |
setOptions() - standard issue implementation, this will set any options that are supported via a set method. | |
getType () | |
getType() | |
setType ($type) | |
setType() | |
getName () | |
getName() | |
setName ($name) | |
setName() | |
getValue () | |
getValue() | |
setValue ($value) | |
setValue() | |
setReference ($reference) | |
setReference() | |
getReference () | |
getReference() | |
getAttributes ($type=self::ATTRIBUTES_ALL, $stringRepresentationOfNonScalars=false) | |
getAttributes() - this will retrieve any attributes of this object that exist as properties This is most useful for printing metadata. | |
__toString () | |
__toString() - string representation of this object | |
![]() | |
getAttributes () | |
Public Attributes | |
const | ATTRIBUTES_ALL = 'attributesAll' |
#@+ Search constants | |
const | ATTRIBUTES_NO_PARENT = 'attributesParent' |
Protected Attributes | |
$_type = 'Basic' | |
$_name = null | |
$_value = null | |
$_reference = null | |
__construct | ( | Array | $options = array() | ) |
Constructor - allows for the setting of options.
array | $options |
__toString | ( | ) |
__toString() - string representation of this object
getAttributes | ( | $type = self::ATTRIBUTES_ALL , |
|
$stringRepresentationOfNonScalars = false |
|||
) |
getAttributes() - this will retrieve any attributes of this object that exist as properties This is most useful for printing metadata.
const | $type |
getName | ( | ) |
getReference | ( | ) |
getType | ( | ) |
getValue | ( | ) |
setName | ( | $name | ) |
setOptions | ( | Array | $options | ) |
setOptions() - standard issue implementation, this will set any options that are supported via a set method.
array | $options |
setReference | ( | $reference | ) |
setType | ( | $type | ) |
setValue | ( | $value | ) |
|
protected |
|
protected |
|
protected |
|
protected |
const ATTRIBUTES_ALL = 'attributesAll' |
#@+ Search constants
const ATTRIBUTES_NO_PARENT = 'attributesParent' |