API Documentation

Gdata/App/FeedSourceParent.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
App
version
$Id: FeedSourceParent.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Gdata_App_FeedSourceParent

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_App_FeedSourceParent

Extends from
Zend_Gdata_App_FeedEntryParent
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
App
Properties
$_entryClassName
$_rootElement
$_generator
$_icon
$_logo
$_subtitle
Methods
setHttpClient
setService
__get
getDOM
takeChildFromDOM
getGenerator
setGenerator
getIcon
setIcon
getlogo
setlogo
getSubtitle
setSubtitle

Description

Atom feed class

Properties

$_entryClassName

string $_entryClassName = 'Zend_Gdata_App_Entry'

The classname for individual feed elements.

Details

$_entryClassName
string
visibility
protected
default
Zend_Gdata_App_Entry
final
false
static
false

$_generator

 $_generator = 'null'

Details

visibility
protected
default
null
final
false
static
false

$_icon

 $_icon = 'null'

Details

visibility
protected
default
null
final
false
static
false

$_logo

 $_logo = 'null'

Details

visibility
protected
default
null
final
false
static
false

$_rootElement

string $_rootElement = 'null'

Root XML element for Atom entries.

Details

$_rootElement
string
visibility
protected
default
null
final
false
static
false

$_subtitle

 $_subtitle = 'null'

Details

visibility
protected
default
null
final
false
static
false

Methods

__get

__get( string $var ) : mixed

Make accessing some individual elements of the feed easier.

Special accessors 'entry' and 'entries' are provided so that if you wish to iterate over an Atom feed's entries, you can do so using foreach ($feed->entries as $entry) or foreach ($feed->entry as $entry).

Arguments
$var
string
The property to access.
Output
mixed
Details
visibility
public
final
false
static
false

getDOM

getDOM(  $doc = null,  $majorVersion = 1,  $minorVersion = null ) :
Arguments
$doc
$majorVersion
$minorVersion
Details
visibility
public
final
false
static
false

getGenerator

getGenerator( ) : Zend_Gdata_AppExtension_Generator

Output
Zend_Gdata_AppExtension_Generator
Details
visibility
public
final
false
static
false

getIcon

getIcon( ) : Zend_Gdata_AppExtension_Icon

Output
Zend_Gdata_AppExtension_Icon
Details
visibility
public
final
false
static
false

getSubtitle

getSubtitle( ) : Zend_Gdata_AppExtension_Subtitle

Output
Zend_Gdata_AppExtension_Subtitle
Details
visibility
public
final
false
static
false

getlogo

getlogo( ) : Zend_Gdata_AppExtension_logo

Output
Zend_Gdata_AppExtension_logo
Details
visibility
public
final
false
static
false

setGenerator

setGenerator( Zend_Gdata_App_Extension_Generator $value ) : Zend_Gdata_App_FeedSourceParent

Arguments
$value
Zend_Gdata_App_Extension_Generator
Output
Zend_Gdata_App_FeedSourceParent
Provides a fluent interface
Details
visibility
public
final
false
static
false

setHttpClient

setHttpClient( Zend_Http_Client $httpClient ) : Zend_Gdata_App_FeedSourceParent

Set the HTTP client instance

Sets the HTTP client object to use for retrieving the feed.

Arguments
$httpClient
Zend_Http_Client
Output
Zend_Gdata_App_FeedSourceParent
Provides a fluent interface
Details
visibility
public
final
false
static
false
deprecated
Deprecated as of Zend Framework 1.7. Use setService() instead.

setIcon

setIcon( Zend_Gdata_App_Extension_Icon $value ) : Zend_Gdata_App_FeedSourceParent

Arguments
$value
Zend_Gdata_App_Extension_Icon
Output
Zend_Gdata_App_FeedSourceParent
Provides a fluent interface
Details
visibility
public
final
false
static
false

setService

setService( Zend_Gdata_App $instance ) : Zend_Gdata_App_FeedEntryParent

Set the active service instance for this feed and all enclosed entries.

This will be used to perform network requests, such as when calling save() and delete().

Arguments
$instance
Zend_Gdata_App
The new service instance.
Output
Zend_Gdata_App_FeedEntryParent
Provides a fluent interface.
Details
visibility
public
final
false
static
false

setSubtitle

setSubtitle( Zend_Gdata_App_Extension_Subtitle $value ) : Zend_Gdata_App_FeedSourceParent

Arguments
$value
Zend_Gdata_App_Extension_Subtitle
Output
Zend_Gdata_App_FeedSourceParent
Provides a fluent interface
Details
visibility
public
final
false
static
false

setlogo

setlogo( Zend_Gdata_App_Extension_logo $value ) : Zend_Gdata_App_FeedSourceParent

Arguments
$value
Zend_Gdata_App_Extension_logo
Output
Zend_Gdata_App_FeedSourceParent
Provides a fluent interface
Details
visibility
public
final
false
static
false

takeChildFromDOM

takeChildFromDOM( DOMNode $child ) :

Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data.

Arguments
$child
DOMNode
The DOMNode to process
Details
visibility
protected
final
false
static
false
Documentation was generated by DocBlox.