X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar-X/vendor/psy/psysh/src
home
/
gfecatvj
/
sites
/
realesbar-X
/
vendor
/
psy
/
psysh
/
src
/
📁
..
📁
CodeCleaner
📄
CodeCleaner.php
(10.51 KB)
📁
Command
📄
ConfigPaths.php
(6.8 KB)
📄
Configuration.php
(50.01 KB)
📄
ConsoleColorFactory.php
(736 B)
📄
Context.php
(7.76 KB)
📄
ContextAware.php
(567 B)
📁
Exception
📄
ExecutionClosure.php
(2.45 KB)
📁
ExecutionLoop
📄
ExecutionLoopClosure.php
(3.38 KB)
📁
Formatter
📁
Input
📁
Output
📄
ParserFactory.php
(2.29 KB)
📁
Readline
📁
Reflection
📄
Shell.php
(42.22 KB)
📁
Sudo
📄
Sudo.php
(4.04 KB)
📁
TabCompletion
📁
Util
📁
VarDumper
📁
VersionUpdater
📄
functions.php
(14.17 KB)
Editing: ConsoleColorFactory.php
<?php /* * This file is part of Psy Shell. * * (c) 2012-2020 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Psy; use JakubOnderka\PhpConsoleColor\ConsoleColor; /** * @deprecated Nothing should use this anymore */ class ConsoleColorFactory { /** * @param string $colorMode */ public function __construct($colorMode) { // Nothing to see here } /** * Get a `ConsoleColor` instance configured according to the given color * mode. * * @return ConsoleColor */ public function getConsoleColor() { return new ConsoleColor(); // /shrug } }
Upload File
Create Folder