PHP 클래스 Inpsyde\MultilingualPress\Common\Admin\AdminNotice

부터: 3.0.0
파일 보기 프로젝트 열기: inpsyde/multilingual-press

공개 메소드들

메소드 설명
__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