Thruway\ClientSession::__construct PHP Méthode

__construct() public méthode

Constructor
public __construct ( Thruway\Transport\TransportInterface $transport, Thruway\Peer\ClientInterface $peer )
$transport Thruway\Transport\TransportInterface
$peer Thruway\Peer\ClientInterface
    public function __construct(TransportInterface $transport, ClientInterface $peer)
    {
        $this->transport = $transport;
        $this->peer = $peer;
    }