PHP Interface Inpsyde\MultilingualPress\Common\Type\Setting

Since: 3.0.0
Datei anzeigen Open project: inpsyde/multilingual-press Interface Usage Examples

Public Methods

Method Description
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.

Method Details

action() public method

Returns the action name for the setting.
Since: 3.0.0
public action ( ) : string
return string Action name.

title() public method

Returns the title of the setting.
Since: 3.0.0
public title ( ) : string
return string Setting title.

url() public method

Returns the URL to be used in the according form.
Since: 3.0.0
public url ( ) : Inpsyde\MultilingualPress\Common\Type\URL
return Inpsyde\MultilingualPress\Common\Type\URL URL to submit updates to.