dropr_Client_Peer_Abstract::__construct PHP Method

__construct() protected method

protected __construct ( $method, $url )
    protected function __construct($method, $url)
    {
        $this->transportMethod = $method;
        $this->peerUrl = $url;
        $this->key = $method . ';' . $url;
    }