Kraken\Ipc\Zmq\ZmqSocket::__call PHP Метод

__call() публичный Метод

public __call ( string $method, mixed[] $args ) : mixed
$method string
$args mixed[]
Результат mixed
    public function __call($method, $args)
    {
        return call_user_func_array([$this->socket, $method], $args);
    }