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

of() public method

{@inheritDoc}
public of ( $namespace )
    public function of($namespace)
    {
        parent::of($namespace);
        $this->write(static::OPEN);
    }