PHP Class Themosis\Field\Fields\PasswordField

Inheritance: extends FieldBuilder, implements Themosis\Field\Fields\IField
Afficher le fichier Open project: themosis/framework

Méthodes publiques

Méthode Description
__construct ( array $properties, Illuminate\View\Factory $view ) Define a core TextField.
metabox ( ) : string Handle the field HTML code for metabox output.
page ( ) : string Handle the field HTML code for the Settings API output.
taxonomy ( ) : string Handle the HTML code for taxonomy output.
user ( ) : string Handle the HTML code for user output.

Méthodes protégées

Méthode Description
fieldType ( ) Method to override to define the input type that handles the value.

Method Details

__construct() public méthode

Define a core TextField.
public __construct ( array $properties, Illuminate\View\Factory $view )
$properties array The text field properties.
$view Illuminate\View\Factory

fieldType() protected méthode

Method to override to define the input type that handles the value.
protected fieldType ( )

metabox() public méthode

Handle the field HTML code for metabox output.
public metabox ( ) : string
Résultat string

page() public méthode

Handle the field HTML code for the Settings API output.
public page ( ) : string
Résultat string

taxonomy() public méthode

Handle the HTML code for taxonomy output.
public taxonomy ( ) : string
Résultat string

user() public méthode

Handle the HTML code for user output.
public user ( ) : string
Résultat string