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

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

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

Свойство Тип Описание
$majorVersion integer
$microVersion integer
$minorVersion integer
$name string
$operatorType tnsOperatingSystemVersionOperatorType
$osMajorVersion integer
$osMinorVersion integer

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

Метод Описание
__construct ( $majorVersion = null, $minorVersion = null, $microVersion = null, $id = null, $name = null )
__construct ( $name = null, $osMajorVersion = null, $osMinorVersion = null, $operatorType = null, $id = null, $type = null, $CriterionType = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

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

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

public __construct ( $majorVersion = null, $minorVersion = null, $microVersion = null, $id = null, $name = null )

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

public __construct ( $name = null, $osMajorVersion = null, $osMinorVersion = null, $operatorType = null, $id = null, $type = null, $CriterionType = 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

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

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

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

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

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

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

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

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

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

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

public tnsOperatingSystemVersionOperatorType $operatorType
Результат tnsOperatingSystemVersionOperatorType

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

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

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

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