| Name | Size | Mode | Actions |
|---|---|---|---|
| Exporter.php | 15827 | 0644 | editdlrm |
| Hydrator.php | 5386 | 0644 | editdlrm |
| Reference.php | 558 | 0644 | editdlrm |
| Registry.php | 5694 | 0644 | editdlrm |
| Values.php | 485 | 0644 | editdlrm |
/usr/share/php/Symfony/Component/VarExporter/Internal/Reference.php (558B)
* * @internal */ class Reference { public $id; public $value; public $count = 0; public function __construct(int $id, $value = null) { $this->id = $id; $this->value = $value; } }