PHP 클래스 Inpsyde\MultilingualPress\Common\Setting\SettingsBoxView

부터: 3.0.0
파일 보기 프로젝트 열기: inpsyde/multilingual-press 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Inpsyde\MultilingualPress\Common\Setting\SettingsBoxViewModel $model ) Constructor. Sets up the properties.
render ( ) : void Renders the complete settings box content.

비공개 메소드들

메소드 설명
render_description ( ) : void Renders the description, if not empty.
render_title ( ) : void Renders the title, if not empty.

메소드 상세

__construct() 공개 메소드

Constructor. Sets up the properties.
부터: 3.0.0
public __construct ( Inpsyde\MultilingualPress\Common\Setting\SettingsBoxViewModel $model )
$model Inpsyde\MultilingualPress\Common\Setting\SettingsBoxViewModel Settings box view model object.

render() 공개 메소드

Renders the complete settings box content.
부터: 3.0.0
public render ( ) : void
리턴 void