PHP Интерфейс Inpsyde\MultilingualPress\Widget\Dashboard\View

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

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

Метод Описание
render ( mixed $object, array $instance ) : void Renders the widget's view.

Описание методов

render() публичный метод

Renders the widget's view.
С версии: 3.0.0
public render ( mixed $object, array $instance ) : void
$object mixed Queried object, or other stuff.
$instance array Widget settings.
Результат void