<?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\Formatter; /** * Formatter interface. * * @deprecated this interface only exists for backwards compatibility. Use ReflectorFormatter. */ interface Formatter extends ReflectorFormatter { }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
CodeFormatter.php | File | 9.84 KB | 0644 |
|
DocblockFormatter.php | File | 4.55 KB | 0644 |
|
Formatter.php | File | 422 B | 0644 |
|
ReflectorFormatter.php | File | 434 B | 0644 |
|
SignatureFormatter.php | File | 10.76 KB | 0644 |
|
TraceFormatter.php | File | 3.27 KB | 0644 |
|