ElephantIO\Engine\AbstractSocketIO::of PHP Method

of() public method

{@inheritDoc}
public of ( $namespace )
    public function of($namespace)
    {
        $this->namespace = $namespace;
    }

Usage Example

Esempio n. 1
0
 /** {@inheritDoc} */
 public function of($namespace)
 {
     parent::of($namespace);
     $this->write(static::OPEN);
 }
All Usage Examples Of ElephantIO\Engine\AbstractSocketIO::of