PHP Class DayPart, googleads-php-lib

Show file Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$dayOfWeek tnsDayOfWeek
$endTime TimeOfDay
$startTime TimeOfDay

Public Methods

Method Description
__construct ( $dayOfWeek = null, $startTime = null, $endTime = 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 ( $dayOfWeek = null, $startTime = null, $endTime = 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

$dayOfWeek public property

public tnsDayOfWeek $dayOfWeek
return tnsDayOfWeek

$endTime public property

public TimeOfDay $endTime
return TimeOfDay

$startTime public property

public TimeOfDay $startTime
return TimeOfDay