예제 #1
0
파일: socket.php 프로젝트: estvoyage/net
 function __construct(host $host, port $port, $domain, $type, $protocol, data\consumer\controller $controller = null)
 {
     parent::__construct($host, $port, $controller);
     $this->domain = $domain;
     $this->type = $type;
     $this->protocol = $protocol;
 }
예제 #2
0
파일: socket.php 프로젝트: estvoyage/net
 function __construct(host $host, port $port, $protocol, data\consumer\controller $controller = null)
 {
     parent::__construct($host, $port, $controller);
     $this->protocol = $protocol;
 }