PHP Класс WPSEO_Metabox_Form_Tab, wordpress-seo

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

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

Метод Описание
__construct ( string $name, string $content, string $link_content, array $options = [] ) Constructor.
content ( ) : string Returns the html for the tab content.
link ( ) : string Returns the html for the tab link.

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

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

Constructor.
public __construct ( string $name, string $content, string $link_content, array $options = [] )
$name string The name of the tab, used as an identifier in the html.
$content string The tab content.
$link_content string The text content of the tab link.
$options array Optional link attributes.

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

Returns the html for the tab content.
public content ( ) : string
Результат string