Method | Description | |
---|---|---|
__construct ( Inpsyde\MultilingualPress\Common\Setting\SettingsBoxViewModel $model ) | Constructor. Sets up the properties. | |
render ( ) : void | Renders the complete settings box content. |
Method | Description | |
---|---|---|
render_description ( ) : void | Renders the description, if not empty. | |
render_title ( ) : void | Renders the title, if not empty. |
public __construct ( Inpsyde\MultilingualPress\Common\Setting\SettingsBoxViewModel $model ) | ||
$model | Inpsyde\MultilingualPress\Common\Setting\SettingsBoxViewModel | Settings box view model object. |