PHP Class Admin_Apple_Settings_Section_API, apple-news

Since: 0.6.0
Inheritance: extends Admin_Apple_Settings_Section
Show file Open project: alleyinteractive/apple-news

Protected Properties

Property Type Description
$slug string Slug of the API settings section.

Public Methods

Method Description
__construct ( string $page ) Constructor.
get_section_info ( ) : string Gets section info.

Private Methods

Method Description
get_async_description ( ) : string Generates the description for the async field since this varies by environment.

Method Details

__construct() public method

Constructor.
public __construct ( string $page )
$page string

get_section_info() public method

Gets section info.
public get_section_info ( ) : string
return string

Property Details

$slug protected property

Slug of the API settings section.
protected string $slug
return string