Askedio\LaravelRatchet\RatchetServer::__construct PHP 메소드

__construct() 공개 메소드

Set clients and console.
public __construct ( [type] $console )
$console [type]
    public function __construct($console)
    {
        $this->clients = new \SplObjectStorage();
        $this->console = $console;
    }