PHP Class Inpsyde\MultilingualPress\Common\Admin\AdminNotice

Since: 3.0.0
Show file Open project: inpsyde/multilingual-press

Public Methods

Method Description
__construct ( string $content, array $args = [] ) Constructor. Sets up the properties.
render ( ) : void Renders the admin notice.

Method Details

__construct() public method

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

render() public method

Renders the admin notice.
Since: 3.0.0
public render ( ) : void
return void