PHP Class Themosis\Field\Fields\MediaField

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 ) Build a MediaField instance.
metabox ( ) : string Method that 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 ( ) Define the input type that handle the data.

Method Details

__construct() public méthode

Build a MediaField instance.
public __construct ( array $properties, Illuminate\View\Factory $view )
$properties array
$view Illuminate\View\Factory

fieldType() protected méthode

Define the input type that handle the data.
protected fieldType ( )

metabox() public méthode

Method that 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