API Documentation

Gdata/Gbase/Extension/BaseAttribute.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_Gdata
subpackage
Gbase
version
$Id: BaseAttribute.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Gdata_Gbase_Extension_BaseAttribute

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_Gdata_Gbase_Extension_BaseAttribute

Extends from
Zend_Gdata_App_Extension_Element
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_Gdata
subpackage
Gbase
Properties
$_rootNamespace
Methods
__construct
getName
getType
setName
setType

Description

Concrete class for working with ItemType elements.

Properties

$_rootNamespace

 $_rootNamespace = 'g'

Namespace for Google Base elements

var @string

Details

visibility
protected
default
g
final
false
static
false

Methods

__construct

__construct( string $name = null, string|string $text = null,  $type = null ) :

Create a new instance.

Arguments
$name
string
(optional) The name of the Base attribute
$text
stringstring
(optional) The text value of the Base attribute
$type
Details
visibility
public
final
false
static
false

getName

getName( ) : attribute

Get the name of the attribute

Output
attribute
name The requested object.
Details
visibility
public
final
false
static
false

getType

getType( ) : attribute

Get the type of the attribute

Output
attribute
type The requested object.
Details
visibility
public
final
false
static
false

setName

setName( string $name ) : Zend_Gdata_Extension_ItemEntry

Set the 'name' of the Base attribute object: <g:[$name] type='[$type]'>[$value]</g:[$name]>

Arguments
$name
string
The name of the Base attribute
Output
Zend_Gdata_Extension_ItemEntry
Provides a fluent interface
Details
visibility
public
final
false
static
false

setType

setType( string $type ) : Zend_Gdata_Extension_ItemEntry

Set the 'type' of the Base attribute object: <g:[$name] type='[$type]'>[$value]</g:[$name]>

Arguments
$type
string
The type of the Base attribute
Output
Zend_Gdata_Extension_ItemEntry
Provides a fluent interface
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.