PHP Класс WPSEO_Admin_Banner, wordpress-seo

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

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

Метод Описание
__construct ( string $url, string $image, integer $width, integer $height, string $alt = '' ) Sets the attributes for this object.
get_alt ( ) : string Returns the alt-text.
get_height ( ) : string Returns the height.
get_image ( ) : string Returns the image.
get_url ( ) : string Returns the set url.
get_width ( ) : string Returns the width.

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

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

Sets the attributes for this object.
public __construct ( string $url, string $image, integer $width, integer $height, string $alt = '' )
$url string The URL where the banner links to.
$image string The image filename.
$width integer The width of the image.
$height integer The height of the image.
$alt string The alt text for the image.

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

Returns the alt-text.
public get_alt ( ) : string
Результат string

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

Returns the height.
public get_height ( ) : string
Результат string

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

Returns the image.
public get_image ( ) : string
Результат string

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

Returns the set url.
public get_url ( ) : string
Результат string

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

Returns the width.
public get_width ( ) : string
Результат string