PHP Class Inpsyde\MultilingualPress\Common\Setting\SettingsBoxView

Since: 3.0.0
Datei anzeigen Open project: inpsyde/multilingual-press Class Usage Examples

Public Methods

Method Description
__construct ( Inpsyde\MultilingualPress\Common\Setting\SettingsBoxViewModel $model ) Constructor. Sets up the properties.
render ( ) : void Renders the complete settings box content.

Private Methods

Method Description
render_description ( ) : void Renders the description, if not empty.
render_title ( ) : void Renders the title, if not empty.

Method Details

__construct() public method

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

render() public method

Renders the complete settings box content.
Since: 3.0.0
public render ( ) : void
return void