PHP Класс Inpsyde\MultilingualPress\Common\Admin\AdminNotice

С версии: 3.0.0
Показать файл Открыть проект

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

Метод Описание
__construct ( string $content, array $args = [] ) Constructor. Sets up the properties.
render ( ) : void Renders the admin notice.

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

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

Constructor. Sets up the properties.
С версии: 3.0.0
public __construct ( string $content, array $args = [] )
$content string Admin notice content.
$args array Optional. Configuration arguments. Defaults to empty array.

render() публичный метод

Renders the admin notice.
С версии: 3.0.0
public render ( ) : void
Результат void