__construct() public méthode

public __construct ( $uriList = null, $async = true )
Exemple #1
0
 public function __construct($uris = null, $async = true)
 {
     parent::__construct($uris, $async);
     $this->hdtrans = new HalfDuplexTransporter($this, $async);
     $this->fdtrans = new FullDuplexTransporter($this, $async);
 }