PHP Интерфейс Inpsyde\MultilingualPress\Common\Type\Setting

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

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

Метод Описание
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.

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

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.