MyQEE\Server\RPC::__construct PHP Method

__construct() public method

public __construct ( $fd, integer $fromId )
$fd
$fromId integer
    public function __construct($fd, $fromId = 0)
    {
        $this->__fd = $fd;
        $this->__fromId = $fromId;
    }