SYMBOL INDEX (38 symbols across 8 files) FILE: src/Connection.php class Connection (line 5) | class Connection method __construct (line 11) | public function __construct($host) method write (line 16) | public function write(array $namedParameters): bool method nullErrorHandler (line 45) | private static function nullErrorHandler($t, $m) method createSocket (line 50) | private function createSocket() FILE: src/Console/TinkerServerCommand.php class TinkerServerCommand (line 13) | class TinkerServerCommand extends Command method handle (line 17) | public function handle() method createWarningFormatter (line 26) | protected function createWarningFormatter(): BufferedOutput method createPsyShell (line 39) | protected function createPsyShell() method getCasters (line 58) | protected function getCasters() FILE: src/LaravelTinkerServerServiceProvider.php class LaravelTinkerServerServiceProvider (line 8) | class LaravelTinkerServerServiceProvider extends ServiceProvider method boot (line 13) | public function boot() method register (line 30) | public function register() FILE: src/Server.php class Server (line 14) | class Server method __construct (line 33) | public function __construct($host, Shell $shell, BufferedOutput $outpu... method start (line 43) | public function start() method createSocketServer (line 52) | protected function createSocketServer() method createStdio (line 77) | protected function createStdio(): Stdio method executeCode (line 98) | protected function executeCode($code) FILE: src/Shell/ExecutionClosure.php class ExecutionClosure (line 13) | class ExecutionClosure extends BaseExecutionClosure method __construct (line 15) | public function __construct(Shell $__psysh__, $__line__) FILE: src/helpers.php function tinker (line 4) | function tinker(...$args) function td (line 41) | function td(...$args) FILE: tests/ConnectionTest.php class ConnectionTest (line 11) | class ConnectionTest extends TestCase method testDump (line 15) | public function testDump() method it_detects_if_the_tinker_server_is_offline (line 49) | public function it_detects_if_the_tinker_server_is_offline() method getServerProcess (line 58) | protected function getServerProcess(): Process FILE: tests/EchoStream.php class EchoStream (line 7) | class EchoStream implements WritableStreamInterface method on (line 9) | public function on($event, callable $listener) method once (line 14) | public function once($event, callable $listener) method removeListener (line 19) | public function removeListener($event, callable $listener) method removeAllListeners (line 24) | public function removeAllListeners($event = null) method listeners (line 29) | public function listeners($event = null) method emit (line 34) | public function emit($event, array $arguments = []) method isWritable (line 39) | public function isWritable() method write (line 44) | public function write($data) method end (line 49) | public function end($data = null) method close (line 54) | public function close()