docs: add inline documentation where missing
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Twig;
|
||||
|
||||
use App\BusProNet\DataProvider\CountryDataProvider;
|
||||
@@ -14,6 +16,13 @@ use Twig\Environment;
|
||||
use Twig\Extension\RuntimeExtensionInterface;
|
||||
use Twig\Extra\Intl\IntlExtension;
|
||||
|
||||
/**
|
||||
* Runtime implementation for AppExtension's filters and functions.
|
||||
*
|
||||
* Provides formatting utilities (money, file size, service prices), code-to-label
|
||||
* mapping for display (gender, status, country), and field state introspection
|
||||
* for conditional rendering in templates.
|
||||
*/
|
||||
class AppRuntime implements RuntimeExtensionInterface
|
||||
{
|
||||
public function __construct(
|
||||
|
||||
Reference in New Issue
Block a user