PHP Interface Inpsyde\MultilingualPress\Common\Type\Setting

Since: 3.0.0
Afficher le fichier Open project: inpsyde/multilingual-press Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

Returns the action name for the setting.
Since: 3.0.0
public action ( ) : string
Résultat string Action name.

title() public méthode

Returns the title of the setting.
Since: 3.0.0
public title ( ) : string
Résultat string Setting title.

url() public méthode

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