API Documentation

Tool/Framework/Metadata/Dynamic.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Tool
subpackage
Framework
version
$Id: Dynamic.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Tool_Framework_Metadata_Dynamic

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Tool_Framework_Metadata_Dynamic

Implements
Zend_Tool_Framework_Metadata_Interface
Zend_Tool_Framework_Metadata_Attributable
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Tool
Properties
$_type
$_name
$_value
$_dynamicAttributes
Methods
__construct
setOptions
setType
getType
setName
getName
setValue
getValue
getAttributes
__isset
__unset
__get
__set

Description

Properties

$_dynamicAttributes

array $_dynamicAttributes = 'array'

Details

$_dynamicAttributes
array
visibility
protected
default
array
final
false
static
false

$_name

string $_name = 'null'

Details

$_name
string
visibility
protected
default
null
final
false
static
false

$_type

string $_type = 'Dynamic'

Details

$_type
string
visibility
protected
default
Dynamic
final
false
static
false

$_value

string $_value = 'null'

Details

$_value
string
visibility
protected
default
null
final
false
static
false

Methods

__construct

__construct(  $options = array ) :
Arguments
$options
Details
visibility
public
final
false
static
false

__get

__get( string $name ) : mixed

__get() - Get a property via property call $metadata->foo

Arguments
$name
string
Output
mixed
Details
visibility
public
final
false
static
false

__isset

__isset( string $name ) : bool

__isset()

Check if an attrbute is set

Arguments
$name
string
Output
bool
Details
visibility
public
final
false
static
false

__set

__set( string $name, mixed $value ) :

__set() - Set a property via the magic set $metadata->foo = 'foo'

Arguments
$name
string
$value
mixed
Details
visibility
public
final
false
static
false

__unset

__unset( string $name ) : null

__unset()

Arguments
$name
string
Output
null
Details
visibility
public
final
false
static
false

getAttributes

getAttributes( ) :
Details
visibility
public
final
false
static
false

getName

getName( ) : string

getName()

Metadata name

Output
string
Details
visibility
public
final
false
static
false

getType

getType( ) : string

getType()

The type of metadata this describes

Output
string
Details
visibility
public
final
false
static
false

getValue

getValue( ) : string

getValue()

Metadata Value

Output
string
Details
visibility
public
final
false
static
false

setName

setName(  $name ) : Zend_Tool_Framework_Metadata_Dynamic

setName()

Arguments
$name
Details
visibility
public
final
false
static
false

setOptions

setOptions(  $options = array ) :
Arguments
$options
Details
visibility
public
final
false
static
false

setType

setType(  $type ) : Zend_Tool_Framework_Metadata_Dynamic

setType()

Arguments
$type
Details
visibility
public
final
false
static
false

setValue

setValue(  $value ) : Zend_Tool_Framework_Metadata_Dynamic

setValue()

Arguments
$value
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.