X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/psy/psysh/src/VarDumper
home
/
prisjneg
/
public_html
/
vendor
/
psy
/
psysh
/
src
/
VarDumper
/
📁
..
📄
Cloner.php
(939 B)
📄
Dumper.php
(2.96 KB)
📄
Presenter.php
(3.79 KB)
📄
PresenterAware.php
(527 B)
📁
requests
Editing: PresenterAware.php
<?php /* * This file is part of Psy Shell. * * (c) 2012-2023 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Psy\VarDumper; /** * Presenter injects itself as a dependency to all objects which * implement PresenterAware. */ interface PresenterAware { /** * Set a reference to the Presenter. * * @param Presenter $presenter */ public function setPresenter(Presenter $presenter); }
Upload File
Create Folder