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.
Concrete class for working with ItemType elements.

__construct(
string $name
=
null, string|string $text
=
null, $type
=
null
)
:
void
Create a new instance.
Name | Type | Description |
---|---|---|
$name | string | (optional) The name of the Base attribute |
$text | string|string | (optional) The text value of the Base attribute |
$type |

getName(
)
:
\attribute
Get the name of the attribute
Type | Description |
---|---|
\attribute | name The requested object. |

getType(
)
:
\attribute
Get the type of the attribute
Type | Description |
---|---|
\attribute | type The requested object. |

setName(
string $name
)
:
\Zend_Gdata_Extension_ItemEntry
Set the 'name' of the Base attribute object: <g:[$name] type='[$type]'>[$value]</g:[$name]>
Name | Type | Description |
---|---|---|
$name | string | The name of the Base attribute |
Type | Description |
---|---|
\Zend_Gdata_Extension_ItemEntry | Provides a fluent interface |

setType(
string $type
)
:
\Zend_Gdata_Extension_ItemEntry
Set the 'type' of the Base attribute object: <g:[$name] type='[$type]'>[$value]</g:[$name]>
Name | Type | Description |
---|---|---|
$type | string | The type of the Base attribute |
Type | Description |
---|---|
\Zend_Gdata_Extension_ItemEntry | Provides a fluent interface |