PHP Class Papi_Option_Type, papi

Inheritance: extends Papi_Entry_Type
Afficher le fichier Open project: wp-papi/papi

Méthodes publiques

Свойство Type Description
$capability array Capability.
$description string The description of the option type.
$menu string The menu to register the option type on.
$type string The type name.

Méthodes publiques

Méthode Description
render ( ) Render option page type.

Method Details

render() public méthode

Render option page type.
public render ( )

Property Details

$capability public_oe property

Capability.
public array $capability
Résultat array

$description public_oe property

The description of the option type.
public string $description
Résultat string

$menu public_oe property

The menu to register the option type on.
public string $menu
Résultat string

$type public_oe property

The type name.
public string $type
Résultat string