PHP Class ProgressRule, googleads-php-lib

Datei anzeigen Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$actions ProgressAction[]
$evaluationStatus tnsWorkflowEvaluationStatus
$evaluationTime DateTime
$isExternal boolean
$name string

Public Methods

Method Description
__construct ( $actions = null, $name = null, $evaluationStatus = null, $evaluationTime = null, $isExternal = 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 ( $actions = null, $name = null, $evaluationStatus = null, $evaluationTime = null, $isExternal = 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

$actions public_oe property

public ProgressAction[] $actions
return ProgressAction[]

$evaluationStatus public_oe property

public tnsWorkflowEvaluationStatus $evaluationStatus
return tnsWorkflowEvaluationStatus

$evaluationTime public_oe property

public DateTime $evaluationTime
return DateTime

$isExternal public_oe property

public bool $isExternal
return boolean

$name public_oe property

public string $name
return string