PHP Class AdUnitSize, googleads-php-lib

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

Public Properties

Property Type Description
$companions AdUnitSize[]
$environmentType tnsEnvironmentType
$fullDisplayString string
$size Size

Public Methods

Method Description
__construct ( $size = null, $environmentType = null, $companions = null, $fullDisplayString = 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 ( $size = null, $environmentType = null, $companions = null, $fullDisplayString = 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

$companions public property

public AdUnitSize[] $companions
return AdUnitSize[]

$environmentType public property

public tnsEnvironmentType $environmentType
return tnsEnvironmentType

$fullDisplayString public property

public string $fullDisplayString
return string

$size public property

public Size $size
return Size