ElephantIO\Engine\SocketIO\Version1X::of PHP 메소드

of() 공개 메소드

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