PHP Класс ConstantOperand, googleads-php-lib

Наследование: extends FunctionArgumentOperand
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$booleanValue boolean
$doubleValue double
$longValue integer
$stringValue string
$type tnsConstantOperandConstantType
$unit tnsConstantOperandUnit

Открытые методы

Метод Описание
__construct ( $type = null, $unit = null, $longValue = null, $booleanValue = null, $doubleValue = null, $stringValue = null, $FunctionArgumentOperandType = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Описание методов

__construct() публичный Метод

public __construct ( $type = null, $unit = null, $longValue = null, $booleanValue = null, $doubleValue = null, $stringValue = null, $FunctionArgumentOperandType = null )

getNamespace() публичный Метод

Gets the namesapce of this class
public getNamespace ( ) : string
Результат string the namespace of this class

getXsiTypeName() публичный Метод

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Результат string the xsi:type name of this class

Описание свойств

$booleanValue публичное свойство

public bool $booleanValue
Результат boolean

$doubleValue публичное свойство

public double $doubleValue
Результат double

$longValue публичное свойство

public int $longValue
Результат integer

$stringValue публичное свойство

public string $stringValue
Результат string

$type публичное свойство

public tnsConstantOperandConstantType $type
Результат tnsConstantOperandConstantType

$unit публичное свойство

public tnsConstantOperandUnit $unit
Результат tnsConstantOperandUnit