SYMBOL INDEX (59 symbols across 7 files) FILE: src/Config.php class Config (line 12) | class Config method setConfig (line 16) | public static function setConfig($config) method getConfig (line 21) | public static function getConfig() method hasRepeatingName (line 26) | public static function hasRepeatingName($config=[], $chckKey='name') FILE: src/Console.php class Console (line 12) | class Console method __construct (line 19) | public function __construct($opt, $config) method run (line 31) | public function run() method start (line 36) | public function start() method stop (line 50) | public function stop($signal=SIGUSR1) method restart (line 77) | public function restart() method exit (line 85) | public function exit() method runOpt (line 90) | public function runOpt() method printHelpMessage (line 115) | public function printHelpMessage() method getRedis (line 152) | private function getRedis() FILE: src/Logs.php class Logs (line 12) | class Logs method __construct (line 34) | public function __construct($logPath, $logSaveFileApp='') method getLogger (line 54) | public static function getLogger($logPath='', $logSaveFileApp='') method formatLogMessage (line 72) | public function formatLogMessage($message, $level, $category, $time) method log (line 85) | public function log($message, $level = 'info', $category = '', $flush ... method processLogs (line 100) | public function processLogs() method flush (line 116) | public function flush() method write (line 134) | public function write($logsAll) method rotateFiles (line 168) | protected function rotateFiles($file) method mkdir (line 205) | private static function mkdir($dst, array $options, $recursive) FILE: src/Process.php class Process (line 12) | class Process method __construct (line 44) | public function __construct() method start (line 91) | public function start() method startByWorkerName (line 123) | public function startByWorkerName($workName) method reserveExec (line 153) | public function reserveExec($workNum, $workOne, $workerType=self::CHIL... method registSignal (line 183) | public function registSignal() method registTimer (line 265) | public function registTimer() method checkChildProcess (line 323) | private function checkChildProcess($workName, $members) method killWorkersAndExitMaster (line 339) | private function killWorkersAndExitMaster() method waitWorkers (line 362) | private function waitWorkers() method exitMaster (line 375) | private function exitMaster() method setProcessName (line 389) | private function setProcessName($name) method checkMpid (line 398) | private function checkMpid(&$worker) method saveMasterPid (line 406) | private function saveMasterPid() method getMasterPid (line 411) | private function getMasterPid() method saveMasterData (line 416) | private function saveMasterData($data=[]) method clearMasterData (line 424) | private function clearMasterData() method setWorkerList (line 439) | private function setWorkerList($key, $member, $opt='add') method getWorkerList (line 456) | private function getWorkerList($key) method getMasterData (line 470) | private function getMasterData($key) method getCacheData (line 485) | private function getCacheData($key) method setCacheData (line 502) | private function setCacheData($key,$value,$timeout = 3600) method getRedis (line 511) | private function getRedis() FILE: src/Utils.php class Utils (line 12) | class Utils method mkdir (line 21) | public static function mkdir($path, $mode=0777, $recursive=true) method catchError (line 28) | public static function catchError($logger, $exception, $error='') FILE: src/XRedis.php class XRedis (line 15) | class XRedis method __construct (line 26) | public function __construct($config) method __call (line 40) | public function __call($method, $arguments) method get (line 49) | public function get($key, $serialize = false) method set (line 61) | public function set($key, $value, $timeout = 0, $serialize = false) method hget (line 77) | public function hget($key, $hash, $serialize = false) method hset (line 89) | public function hset($key, $hash, $value, $serialize = false) method connect (line 107) | private function connect() FILE: test/cli/test3.py function main (line 4) | def main():