Askedio\LaravelRatchet\RatchetServer::__construct PHP Method

__construct() public method

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