__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <[email protected]> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\VarExporter; interface LazyObjectInterface { /** * Returns whether the object is initialized. * * @param $partial Whether partially initialized objects should be considered as initialized */ public function isLazyObjectInitialized(bool $partial = false): bool; /** * Forces initialization of a lazy object and returns it. */ public function initializeLazyObject(): object; /** * @return bool Returns false when the object cannot be reset, ie when it's not a lazy object */ public function resetLazyObject(): bool; }
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Exception | Folder | 0755 |
|
|
| Internal | Folder | 0755 |
|
|
| Hydrator.php | File | 2.94 KB | 0644 |
|
| Instantiator.php | File | 2.34 KB | 0644 |
|
| LazyGhostTrait.php | File | 14.65 KB | 0644 |
|
| LazyObjectInterface.php | File | 849 B | 0644 |
|
| LazyProxyTrait.php | File | 12.05 KB | 0644 |
|
| ProxyHelper.php | File | 18.1 KB | 0644 |
|
| VarExporter.php | File | 3.5 KB | 0644 |
|
| autoload.php | File | 2.47 KB | 0644 |
|