PHP Class Papi_Option_Type, papi

Inheritance: extends Papi_Entry_Type
Show file Open project: wp-papi/papi

Public Properties

Property 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.

Public Methods

Method Description
render ( ) Render option page type.

Method Details

render() public method

Render option page type.
public render ( )

Property Details

$capability public property

Capability.
public array $capability
return array

$description public property

The description of the option type.
public string $description
return string

$menu public property

The menu to register the option type on.
public string $menu
return string

$type public property

The type name.
public string $type
return string