SYMBOL INDEX (86 symbols across 16 files) FILE: bootstrap.php function autoloadCallback (line 43) | function autoloadCallback(string $classname) function shutdownCallback (line 63) | function shutdownCallback() function exception_handler (line 91) | function exception_handler(Throwable $exception = null) function error_handler (line 109) | function error_handler(int $errNo, string $errMessage, string $errFile, ... FILE: framework/Canal.php class Canal (line 11) | class Canal method encode (line 20) | public function encode(string $unEncodedCanalData): string method decode (line 32) | public function decode(string $encodedCanalData): string method parse (line 44) | public function parse(string $encodedCanalData): array method checkParsedCanalData (line 56) | public function checkParsedCanalData(array $parsedCanalData): bool FILE: framework/Consumer.php class Consumer (line 11) | class Consumer method __construct (line 26) | public function __construct($consumer) method getLocalIPByIfconfig (line 42) | public function getLocalIPByIfconfig(): string method getLocalIP (line 60) | public function getLocalIP(): string method isNeedStop (line 73) | public function isNeedStop(): bool method isNeedCheckStatus (line 82) | public function isNeedCheckStatus(): bool method getProperty (line 93) | public function getProperty(string $propertyName) method lowLevelConsuming (line 103) | public function lowLevelConsuming($onlyForTest = false): string method highLevelConsuming (line 151) | public function highLevelConsuming($onlyForTest = false): string FILE: framework/Environment.php class Environment (line 11) | class Environment method getSystemVariable (line 24) | public static function getSystemVariable($variable): string method parseEnvFile (line 39) | public static function parseEnvFile() FILE: framework/Listener.php class Listener (line 11) | class Listener method dispatch (line 37) | public function dispatch(string $canalData) method autoCallback (line 94) | public function autoCallback(string $key, string $onWhichEvent, array ... method manualCallback (line 112) | public function manualCallback(string $key, string $onWhichEvent, arra... FILE: framework/Logger.php class Logger (line 11) | class Logger method setLogId (line 44) | public static function setLogId(string $logIdParam, string $formulaParam) method setLogIdByParsedCanalData (line 55) | public static function setLogIdByParsedCanalData(array $parsedCanalData) method returnDumpData (line 72) | public static function returnDumpData(): array method logDebug (line 95) | public static function logDebug(string $data) method logInfo (line 105) | public static function logInfo(string $data) method logSlow (line 115) | public static function logSlow(string $data) method logWarning (line 125) | public static function logWarning(string $data) method logError (line 135) | public static function logError(string $data) method logFatal (line 145) | public static function logFatal(string $data) method getLogFilePath (line 157) | public static function getLogFilePath($logLevel): string method write (line 174) | public static function write($level, $data) FILE: framework/Manager.php class Manager (line 11) | class Manager method getRunningWorkersCount (line 24) | public function getRunningWorkersCount() method startConsumerAndBlocking (line 44) | public function startConsumerAndBlocking() method stopConsumerByIPC (line 56) | public function stopConsumerByIPC() method isConsumerStopped (line 69) | public function isConsumerStopped(): bool method isWorkersStopped (line 79) | public function isWorkersStopped(): bool method isConsumerProcess (line 91) | public function isConsumerProcess() method isWorkerProcess (line 104) | public function isWorkerProcess() method commandStart (line 117) | public function commandStart() method commandStop (line 137) | public function commandStop(): string method commandWork (line 170) | public function commandWork(string $canalData): string FILE: framework/Timer.php class Timer (line 11) | class Timer method getNowSecondTimestampWithMicrosecond (line 25) | public static function getNowSecondTimestampWithMicrosecond(): float method start (line 38) | public static function start(string $mark): float method elapsed (line 51) | public static function elapsed(string $mark): int FILE: test/BaseTest.php class BaseTest (line 11) | class BaseTest method success (line 18) | protected function success(): bool method failed (line 33) | protected function failed($err = ""): bool method decorateSuccessText (line 52) | public function decorateSuccessText($text): string method decorateFailedText (line 64) | public function decorateFailedText($text): string method getCallerFileName (line 76) | protected function getCallerFileName(array $debugTrace): string method getCallerFunctionName (line 97) | protected function getCallerFunctionName(array $debugTrace): string FILE: test/run.php class ProjectTest (line 12) | class ProjectTest method __construct (line 31) | function __construct() method findTestDirectories (line 45) | protected function findTestDirectories($directory) method run (line 68) | public function run(): array method outputHTML (line 122) | public function outputHTML(array $testResultMap) FILE: test/testcases/framework/TestCanal.php class TestCanal (line 14) | class TestCanal extends BaseTest method testCheckParsedCanalData (line 16) | public function testCheckParsedCanalData(): bool FILE: test/testcases/framework/TestCommand.php class TestCommand (line 14) | class TestCommand extends BaseTest method testWork (line 16) | public function testWork(): bool FILE: test/testcases/framework/TestConsumer.php class TestConsumer (line 14) | class TestConsumer extends BaseTest method camelize (line 25) | public function camelize($uncamelizedString, $separator = '_'): string method produceMessage (line 40) | public function produceMessage(\framework\Consumer $consumerObject, st... method testConstruct (line 69) | public function testConstruct(): bool method testIsNeedStop (line 91) | public function testIsNeedStop(): bool method testIsNeedCheckStatus (line 111) | public function testIsNeedCheckStatus(): bool method testHighLevelConsuming (line 137) | public function testHighLevelConsuming(): bool FILE: test/testcases/framework/TestEnvironment.php class TestEnvironment (line 14) | class TestEnvironment extends BaseTest method testParseEnvFile (line 16) | public function testParseEnvFile(): bool FILE: test/testcases/framework/TestManager.php class TestManager (line 14) | class TestManager extends BaseTest method testGetRunningWorkersCount (line 16) | public function testGetRunningWorkersCount(): bool method testStopConsumerByIPC (line 35) | public function testStopConsumerByIPC(): bool method testIsConsumerStopped (line 48) | public function testIsConsumerStopped(): bool method testIsWorkersStopped (line 66) | public function testIsWorkersStopped(): bool method testIsConsumerProcess (line 89) | public function testIsConsumerProcess(): bool method testIsWorkerProcess (line 105) | public function testIsWorkerProcess(): bool FILE: test/testcases/framework/TestTimer.php class TestTimer (line 14) | class TestTimer extends BaseTest method testElapsed (line 16) | public function testElapsed(): bool