ElephantIO\Engine\SocketIO\Version1X::of PHP Method

of() public method

{@inheritDoc}
public of ( $namespace )
    public function of($namespace)
    {
        parent::of($namespace);
        $this->write(EngineInterface::MESSAGE, static::CONNECT . $namespace);
    }