/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/View/Widget
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/View/Widget/WidgetInterface.php (1384B)
$data The data to render.
* @param \Cake\View\Form\ContextInterface $context The current form context.
* @return string Generated HTML for the widget element.
*/
public function render(array $data, ContextInterface $context): string;
/**
* Returns a list of fields that need to be secured for this widget.
*
* @param array
$data The data to render.
* @return array Array of fields to secure.
*/
public function secureFields(array $data): array;
}