PHP Class Feed, googleads-php-lib

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

Méthodes publiques

Свойство Type Description
$attributes FeedAttribute[]
$id integer
$name string
$origin tnsFeedOrigin
$status tnsFeedStatus
$systemFeedGenerationData SystemFeedGenerationData

Méthodes publiques

Méthode 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 méthode

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

getNamespace() public méthode

Gets the namesapce of this class
public getNamespace ( ) : string
Résultat string the namespace of this class

getXsiTypeName() public méthode

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Résultat string the xsi:type name of this class

Property Details

$attributes public_oe property

public FeedAttribute[] $attributes
Résultat FeedAttribute[]

$id public_oe property

public int $id
Résultat integer

$name public_oe property

public string $name
Résultat string

$origin public_oe property

public tnsFeedOrigin $origin
Résultat tnsFeedOrigin

$status public_oe property

public tnsFeedStatus $status
Résultat tnsFeedStatus

$systemFeedGenerationData public_oe property

public SystemFeedGenerationData $systemFeedGenerationData
Résultat SystemFeedGenerationData