PHP Class Feed, googleads-php-lib

Displays a feed
Author: Electric Function, Inc.
Inheritance: extends Front_Controller
Exibir arquivo Open project: googleads/googleads-php-lib Class Usage Examples

Public Properties

Property Type Description
$attributes FeedAttribute[]
$id integer
$name string
$origin tnsFeedOrigin
$status tnsFeedStatus
$systemFeedGenerationData SystemFeedGenerationData

Public Methods

Method Description
__construct ( $id = null, $name = null, $attributes = null, $status = null, $origin = null, $systemFeedGenerationData = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public method

public __construct ( $id = null, $name = null, $attributes = null, $status = null, $origin = null, $systemFeedGenerationData = null )

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : string
return string the namespace of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
return string the xsi:type name of this class

Property Details

$attributes public_oe property

public FeedAttribute[] $attributes
return FeedAttribute[]

$id public_oe property

public int $id
return integer

$name public_oe property

public string $name
return string

$origin public_oe property

public tnsFeedOrigin $origin
return tnsFeedOrigin

$status public_oe property

public tnsFeedStatus $status
return tnsFeedStatus

$systemFeedGenerationData public_oe property

public SystemFeedGenerationData $systemFeedGenerationData
return SystemFeedGenerationData