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

User: Workstation Date: 8/14/2015 Time: 2:40 PM
Наследование: extends CI_Controller
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$height integer
$isAspectRatio boolean
$width integer

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

Метод Описание
__construct ( $width = null, $height = null, $isAspectRatio = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

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

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

public __construct ( $width = null, $height = null, $isAspectRatio = 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

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

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

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

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

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

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

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