Kraken\Channel\Model\Socket\Connection\Connection::__construct PHP Метод

__construct() публичный Метод

public __construct ( string $id, Kraken\Ipc\Socket\SocketInterface $client )
$id string
$client Kraken\Ipc\Socket\SocketInterface
    public function __construct($id, SocketInterface $client)
    {
        $this->id = $id;
        $this->client = $client;
    }