mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-26 08:35:00 +00:00
adding some comments
This commit is contained in:
@@ -24,6 +24,8 @@ class WidgetNumber implements WidgetProviderInterface{
|
||||
{
|
||||
// Process the data for the number widget
|
||||
// We suppose that its only a single number
|
||||
// Here, I think we suppose to make a query to the database to get some number
|
||||
// For now just sending a number
|
||||
$numberData = $data['number'];
|
||||
|
||||
// Return the widget data as an associative array
|
||||
|
Reference in New Issue
Block a user