EsiWidget.class.php
Cloudrexx
Tags
Table of Contents
Classes
- EsiWidget
- Represents a template widget that is handled by ESI Usage: ```php $this->getComponent('Widget')->registerWidget( new \Cx\Core_Modules\Widget\Model\Entity\EsiWidget( $this->getSystemComponentController(), 'FOO' ) ); ``` The above example replaces Sigma placeholder "FOO" by return value of JsonAdapter method "getWidget" of JsonAdapter named after $this->getName()