1 | <?php declare(strict_types=1); |
||
23 | final class PsyshFacade implements ContainerAwareInterface |
||
24 | { |
||
25 | /** |
||
26 | * @var Shell |
||
27 | */ |
||
28 | private static $shell; |
||
29 | |||
30 | /** |
||
31 | * @var ContainerInterface|null |
||
32 | */ |
||
33 | private static $container; |
||
34 | |||
35 | public static function init(): void |
||
47 | |||
48 | public static function debug(array $variables = [], $bind = null) |
||
56 | |||
57 | public function setContainer(ContainerInterface $container = null): void |
||
61 | } |
||
62 |
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.