PHP Класс Inpsyde\MultilingualPress\Common\Setting\SettingsBoxView

С версии: 3.0.0
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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