PHP Класс Apple_Actions\Index\Section

Наследование: extends Apple_Actions\API_Action
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Settings $settings, string $section_id = null ) Constructor.
get_data ( string $key, string $default = null ) : mixed Get a specific element of section data from Apple News
get_sections ( ) : array Get all available sections.
perform ( ) : object Get the section data from Apple News.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( Settings $settings, string $section_id = null )
$settings Settings
$section_id string

get_data() публичный Метод

Get a specific element of section data from Apple News
public get_data ( string $key, string $default = null ) : mixed
$key string
$default string
Результат mixed

get_sections() публичный Метод

Cache for 5 minutes to avoid too many API requests.
public get_sections ( ) : array
Результат array

perform() публичный Метод

Get the section data from Apple News.
public perform ( ) : object
Результат object