File Manager Lite
Dir:
/home/u540325668/domains/mkjsindia.org/public_html-chash/vendor/opis/closure/src
Upload
[..]
ClosureContext.php (625 B)
Edit
Rename
Del
ClosureScope.php (587 B)
Edit
Rename
Del
SecurityException.php (371 B)
Edit
Rename
Del
SecurityProvider.php (980 B)
Edit
Rename
Del
SelfReference.php (618 B)
Edit
Rename
Del
Edit: SelfReference.php
<?php /* =========================================================================== * Copyright (c) 2018-2019 Zindex Software * * Licensed under the MIT License * =========================================================================== */ namespace Opis\Closure; /** * Helper class used to indicate a reference to an object * @internal */ class SelfReference { /** * @var string An unique hash representing the object */ public $hash; /** * Constructor * * @param string $hash */ public function __construct($hash) { $this->hash = $hash; } }
Simpan