add() add(string $name, \Swoole\Table $table) : \adminmatrix\swoole\Table Add a swoole table to existing tables. Parameters string $name \Swoole\Table $table Returns \adminmatrix\swoole\Table —
get() get(string $name) : \Swoole\Table Get a swoole table by its name from existing tables. Parameters string $name Returns \Swoole\Table — $table
__get() __get(string $key) : \Swoole\Table Dynamically access table. Parameters string $key Returns \Swoole\Table —