Google\Cloud\PubSub\Connection\IamTopic::__construct PHP Метод

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

public __construct ( Google\Cloud\PubSub\Connection\ConnectionInterface $connection )
$connection Google\Cloud\PubSub\Connection\ConnectionInterface
    public function __construct(ConnectionInterface $connection)
    {
        $this->connection = $connection;
    }