PHP Класс Mlp_Network_Site_Settings_Tab_Data

Автор: Inpsyde GmbH, toscho
Наследование: implements Mlp_Options_Page_Data
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( Inpsyde\MultilingualPress\Factory\TypeFactory $type_factory )
action ( ) : string Returns the action name for the setting.
title ( ) : string Returns the title of the setting.
url ( ) : Inpsyde\MultilingualPress\Common\Type\URL Returns the URL to be used in the according form.

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

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

public __construct ( Inpsyde\MultilingualPress\Factory\TypeFactory $type_factory )
$type_factory Inpsyde\MultilingualPress\Factory\TypeFactory Type factory object.

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

Returns the action name for the setting.
С версии: 3.0.0
public action ( ) : string
Результат string Action name.

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

Returns the title of the setting.
С версии: 3.0.0
public title ( ) : string
Результат string Setting title.

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

Returns the URL to be used in the according form.
С версии: 3.0.0
public url ( ) : Inpsyde\MultilingualPress\Common\Type\URL
Результат Inpsyde\MultilingualPress\Common\Type\URL URL to submit updates to.