PHP Interface Inpsyde\MultilingualPress\Common\Setting\SettingsBoxViewModel

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

Méthodes publiques

Méthode Description
description ( ) : string Returns the description.
id ( ) : string Returns the ID of the container element.
label_id ( ) : string Returns the ID of the form element to be used by the label in order to make it accessible for screen readers.
markup ( ) : string Returns the markup for the settings box.
title ( ) : string Returns the title of the settings box.

Method Details

description() public méthode

Returns the description.
Since: 3.0.0
public description ( ) : string
Résultat string The description.

id() public méthode

Returns the ID of the container element.
Since: 3.0.0
public id ( ) : string
Résultat string The ID of the container element.

label_id() public méthode

Returns the ID of the form element to be used by the label in order to make it accessible for screen readers.
Since: 3.0.0
public label_id ( ) : string
Résultat string The ID of the primary form element.

markup() public méthode

Returns the markup for the settings box.
Since: 3.0.0
public markup ( ) : string
Résultat string The markup for the settings box.

title() public méthode

Returns the title of the settings box.
Since: 3.0.0
public title ( ) : string
Résultat string The title of the settings box.